Html Css Color HEX #BB94E7 Perfume

📋 copy color: '#BB94E7'

red 187 ◦ green 148 ◦ blue 231

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

Shades of Perfume #BB94E7

Tints of Perfume #BB94E7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.15%

 BLUE value IS 231 (90.63% from 255) = 40.81%

R = 33.04%
G = 26.15%
B = 40.81%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB94E7 (or 0xBB94E7) is known color: Perfume. HEX triplet: BB, 94 and E7. RGB value is (187,148,231). Sum of RGB (Red+Green+Blue) = 187+148+231=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB94E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB94E7 is #446B18. Grayscale: #A8A8A8. Windows color (decimal): -4483865 or 15176891. OLE color: 15176891.

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

Color convert

RGB 187 148 231 -
CMYK 0.19 0.36 0 0.09
HSL 268.19º 0.63% 0.74% -
HSV(B) 268.19º 0.36% 0.91% -
XYZ 45.51 37.51 80.44 -
YUV 169.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 187 148 231 0.19 0.36 0 0.09 268.19 0.63 0.74
Hex BB 94 E7 13 24 0 9 10C 3F 4A
Octal 273 224 347 23 44 0 11 414 77 112
Binary 10111011 10010100 11100111 10011 100100 0 1001 100001100 111111 1001010

Color Harmonies of #BB94E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94E7

Black with #BB94E7

Text Example


Text Example

White with #BB94E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94E7; }

 p { color: rgb(187,148,231); }

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

background-color css

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

 a { background-color: rgb(187,148,231); }

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

border-color css

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

 span { border-color: rgb(187,148,231); }

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