Html Css Color HEX #BB93E1 Perfume

📋 copy color: '#BB93E1'

red 187 ◦ green 147 ◦ blue 225

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

Shades of Perfume #BB93E1

Tints of Perfume #BB93E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.25%

R = 33.45%
G = 26.3%
B = 40.25%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB93E1 (or 0xBB93E1) is known color: Perfume. HEX triplet: BB, 93 and E1. RGB value is (187,147,225). Sum of RGB (Red+Green+Blue) = 187+147+225=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93E1 is #446C1E. Grayscale: #A7A7A7. Windows color (decimal): -4484127 or 14783419. OLE color: 14783419.

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

Color convert

RGB 187 147 225 -
CMYK 0.17 0.35 0 0.12
HSL 270.77º 0.57% 0.73% -
HSV(B) 270.77º 0.35% 0.88% -
XYZ 44.52 36.87 76 -
YUV 167.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 187 147 225 0.17 0.35 0 0.12 270.77 0.57 0.73
Hex BB 93 E1 11 23 0 C 10F 39 49
Octal 273 223 341 21 43 0 14 417 71 111
Binary 10111011 10010011 11100001 10001 100011 0 1100 100001111 111001 1001001

Color Harmonies of #BB93E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93E1

Black with #BB93E1

Text Example


Text Example

White with #BB93E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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