Html Css Color HEX #BB94E0 Perfume

📋 copy color: '#BB94E0'

red 187 ◦ green 148 ◦ blue 224

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

Shades of Perfume #BB94E0

Tints of Perfume #BB94E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 33.45%
G = 26.48%
B = 40.07%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB94E0 (or 0xBB94E0) is known color: Perfume. HEX triplet: BB, 94 and E0. RGB value is (187,148,224). Sum of RGB (Red+Green+Blue) = 187+148+224=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94E0 is #446B1F. Grayscale: #A8A8A8. Windows color (decimal): -4483872 or 14718139. OLE color: 14718139.

HSL color Cylindrical-coordinate representation of color #BB94E0: hue angle of 270.79º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB94E0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 148 224 -
CMYK 0.17 0.34 0 0.12
HSL 270.79º 0.55% 0.73% -
HSV(B) 270.79º 0.34% 0.88% -
XYZ 44.54 37.13 75.34 -
YUV 168.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 187 148 224 0.17 0.34 0 0.12 270.79 0.55 0.73
Hex BB 94 E0 11 22 0 C 10F 37 49
Octal 273 224 340 21 42 0 14 417 67 111
Binary 10111011 10010100 11100000 10001 100010 0 1100 100001111 110111 1001001

Color Harmonies of #BB94E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94E0

Black with #BB94E0

Text Example


Text Example

White with #BB94E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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