Html Css Color HEX #BF5EEB Medium Orchid

📋 copy color: '#BF5EEB'

red 191 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #BF5EEB

Tints of Medium Orchid #BF5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.08%

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

R = 36.73%
G = 18.08%
B = 45.19%

CMYK

 C value IS 0.19

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF5EEB (or 0xBF5EEB) is known color: Medium Orchid. HEX triplet: BF, 5E and EB. RGB value is (191,94,235). Sum of RGB (Red+Green+Blue) = 191+94+235=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EEB is #40A114. Grayscale: #8A8A8A. Windows color (decimal): -4235541 or 15425215. OLE color: 15425215.

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

Color convert

RGB 191 94 235 -
CMYK 0.19 0.6 0 0.08
HSL 281.28º 0.78% 0.65% -
HSV(B) 281.28º 0.6% 0.92% -
XYZ 40.48 25.08 81.3 -
YUV 139.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 191 94 235 0.19 0.6 0 0.08 281.28 0.78 0.65
Hex BF 5E EB 13 3C 0 8 119 4E 41
Octal 277 136 353 23 74 0 10 431 116 101
Binary 10111111 1011110 11101011 10011 111100 0 1000 100011001 1001110 1000001

Color Harmonies of #BF5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EEB

Black with #BF5EEB

Text Example


Text Example

White with #BF5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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