Html Css Color HEX #BB93E6 Perfume

📋 copy color: '#BB93E6'

red 187 ◦ green 147 ◦ blue 230

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

Shades of Perfume #BB93E6

Tints of Perfume #BB93E6

RGB

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

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

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

R = 33.16%
G = 26.06%
B = 40.78%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB93E6 (or 0xBB93E6) is known color: Perfume. HEX triplet: BB, 93 and E6. RGB value is (187,147,230). Sum of RGB (Red+Green+Blue) = 187+147+230=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB93E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93E6 is #446C19. Grayscale: #A8A8A8. Windows color (decimal): -4484122 or 15111099. OLE color: 15111099.

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

Color convert

RGB 187 147 230 -
CMYK 0.19 0.36 0 0.10
HSL 268.92º 0.62% 0.74% -
HSV(B) 268.92º 0.36% 0.9% -
XYZ 45.21 37.15 79.65 -
YUV 168.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 187 147 230 0.19 0.36 0 0.10 268.92 0.62 0.74
Hex BB 93 E6 13 24 0 A 10D 3E 4A
Octal 273 223 346 23 44 0 12 415 76 112
Binary 10111011 10010011 11100110 10011 100100 0 1010 100001101 111110 1001010

Color Harmonies of #BB93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93E6

Black with #BB93E6

Text Example


Text Example

White with #BB93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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