Html Css Color HEX #BF4BEB Medium Orchid

📋 copy color: '#BF4BEB'

red 191 ◦ green 75 ◦ blue 235

#BF4BEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF4BEB

Tints of Medium Orchid #BF4BEB

RGB

 RED value IS 191 (75% from 255) = 38.12%

 GREEN value IS 75 (29.69% from 255) = 14.97%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 38.12%
G = 14.97%
B = 46.91%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF4BEB (or 0xBF4BEB) is known color: Medium Orchid. HEX triplet: BF, 4B and EB. RGB value is (191,75,235). Sum of RGB (Red+Green+Blue) = 191+75+235=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BEB is #40B414. Grayscale: #7F7F7F. Windows color (decimal): -4240405 or 15420351. OLE color: 15420351.

HSL color Cylindrical-coordinate representation of color #BF4BEB: hue angle of 283.5º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4BEB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 75 235 -
CMYK 0.19 0.68 0 0.08
HSL 283.5º 0.8% 0.61% -
HSV(B) 283.5º 0.68% 0.92% -
XYZ 39 22.11 80.81 -
YUV 127.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 191 75 235 0.19 0.68 0 0.08 283.5 0.8 0.61
Hex BF 4B EB 13 44 0 8 11C 50 3D
Octal 277 113 353 23 104 0 10 434 120 75
Binary 10111111 1001011 11101011 10011 1000100 0 1000 100011100 1010000 111101

Color Harmonies of #BF4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BEB

Black with #BF4BEB

Text Example


Text Example

White with #BF4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BEB; }

 p { color: rgb(191,75,235); }

 H1.HeaderClassName
 {
   color: #BF4BEB;
 }
 .AnyTagClassName
 {
   color: #BF4BEB;
 }
</style>

background-color css

<style>
 a { background-color: #BF4BEB; }

 a { background-color: rgb(191,75,235); }

 div.DivClassName
 {
   background-color: #BF4BEB;
 }
 .BgClassName
 {
   background-color: #BF4BEB;
 }
</style>

border-color css

<style>
 span { border-color: #BF4BEB; }

 span { border-color: rgb(191,75,235); }

 td.TdClassName
 {
   border-color: #BF4BEB;
 }
 .TagClassName
 {
   border-color: #BF4BEB;
 }
</style>