Html Css Color HEX #BB93E0 Perfume

📋 copy color: '#BB93E0'

red 187 ◦ green 147 ◦ blue 224

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

Shades of Perfume #BB93E0

Tints of Perfume #BB93E0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.34%

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

R = 33.51%
G = 26.34%
B = 40.14%

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

#BB93E0 (or 0xBB93E0) is known color: Perfume. HEX triplet: BB, 93 and E0. RGB value is (187,147,224). Sum of RGB (Red+Green+Blue) = 187+147+224=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93E0 is #446C1F. Grayscale: #A7A7A7. Windows color (decimal): -4484128 or 14717883. OLE color: 14717883.

HSL color Cylindrical-coordinate representation of color #BB93E0: hue angle of 271.17º 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 #BB93E0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 147 224 -
CMYK 0.17 0.34 0 0.12
HSL 271.17º 0.55% 0.73% -
HSV(B) 271.17º 0.34% 0.88% -
XYZ 44.38 36.81 75.29 -
YUV 167.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 187 147 224 0.17 0.34 0 0.12 271.17 0.55 0.73
Hex BB 93 E0 11 22 0 C 10F 37 49
Octal 273 223 340 21 42 0 14 417 67 111
Binary 10111011 10010011 11100000 10001 100010 0 1100 100001111 110111 1001001

Color Harmonies of #BB93E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93E0

Black with #BB93E0

Text Example


Text Example

White with #BB93E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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