Html Css Color HEX #BB95E2 Perfume

📋 copy color: '#BB95E2'

red 187 ◦ green 149 ◦ blue 226

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

Shades of Perfume #BB95E2

Tints of Perfume #BB95E2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.51%

 BLUE value IS 226 (88.67% from 255) = 40.21%

R = 33.27%
G = 26.51%
B = 40.21%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB95E2 (or 0xBB95E2) is known color: Perfume. HEX triplet: BB, 95 and E2. RGB value is (187,149,226). Sum of RGB (Red+Green+Blue) = 187+149+226=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB95E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95E2 is #446A1D. Grayscale: #A8A8A8. Windows color (decimal): -4483614 or 14849467. OLE color: 14849467.

HSL color Cylindrical-coordinate representation of color #BB95E2: hue angle of 269.61º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB95E2 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 149 226 -
CMYK 0.17 0.34 0 0.11
HSL 269.61º 0.57% 0.74% -
HSV(B) 269.61º 0.34% 0.89% -
XYZ 44.97 37.55 76.83 -
YUV 169.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 187 149 226 0.17 0.34 0 0.11 269.61 0.57 0.74
Hex BB 95 E2 11 22 0 B 10E 39 4A
Octal 273 225 342 21 42 0 13 416 71 112
Binary 10111011 10010101 11100010 10001 100010 0 1011 100001110 111001 1001010

Color Harmonies of #BB95E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95E2

Black with #BB95E2

Text Example


Text Example

White with #BB95E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95E2; }

 p { color: rgb(187,149,226); }

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

background-color css

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

 a { background-color: rgb(187,149,226); }

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

border-color css

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

 span { border-color: rgb(187,149,226); }

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