Html Css Color HEX #BB91E6 Perfume

📋 copy color: '#BB91E6'

red 187 ◦ green 145 ◦ blue 230

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

Shades of Perfume #BB91E6

Tints of Perfume #BB91E6

RGB

 RED value IS 187 (73.44% from 255) = 33.27%

 GREEN value IS 145 (57.03% from 255) = 25.8%

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 33.27%
G = 25.8%
B = 40.93%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB91E6 (or 0xBB91E6) is known color: Perfume. HEX triplet: BB, 91 and E6. RGB value is (187,145,230). Sum of RGB (Red+Green+Blue) = 187+145+230=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB91E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91E6 is #446E19. Grayscale: #A6A6A6. Windows color (decimal): -4484634 or 15110587. OLE color: 15110587.

HSL color Cylindrical-coordinate representation of color #BB91E6: hue angle of 269.65º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB91E6 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 145 230 -
CMYK 0.19 0.37 0 0.10
HSL 269.65º 0.63% 0.74% -
HSV(B) 269.65º 0.37% 0.9% -
XYZ 44.9 36.53 79.55 -
YUV 167.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 187 145 230 0.19 0.37 0 0.10 269.65 0.63 0.74
Hex BB 91 E6 13 25 0 A 10E 3F 4A
Octal 273 221 346 23 45 0 12 416 77 112
Binary 10111011 10010001 11100110 10011 100101 0 1010 100001110 111111 1001010

Color Harmonies of #BB91E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91E6

Black with #BB91E6

Text Example


Text Example

White with #BB91E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91E6; }

 p { color: rgb(187,145,230); }

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

background-color css

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

 a { background-color: rgb(187,145,230); }

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

border-color css

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

 span { border-color: rgb(187,145,230); }

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