Html Css Color HEX #BB95C3 Lilac

📋 copy color: '#BB95C3'

red 187 ◦ green 149 ◦ blue 195

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

Shades of Lilac #BB95C3

Tints of Lilac #BB95C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.72%

R = 35.22%
G = 28.06%
B = 36.72%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB95C3 (or 0xBB95C3) is known color: Lilac. HEX triplet: BB, 95 and C3. RGB value is (187,149,195). Sum of RGB (Red+Green+Blue) = 187+149+195=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB95C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95C3 is #446A3C. Grayscale: #A5A5A5. Windows color (decimal): -4483645 or 12817851. OLE color: 12817851.

HSL color Cylindrical-coordinate representation of color #BB95C3: hue angle of 289.57º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB95C3 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 149 195 -
CMYK 0.04 0.24 0 0.24
HSL 289.57º 0.28% 0.67% -
HSV(B) 289.57º 0.24% 0.76% -
XYZ 41.09 36 56.41 -
YUV 165.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 187 149 195 0.04 0.24 0 0.24 289.57 0.28 0.67
Hex BB 95 C3 4 18 0 18 122 1C 43
Octal 273 225 303 4 30 0 30 442 34 103
Binary 10111011 10010101 11000011 100 11000 0 11000 100100010 11100 1000011

Color Harmonies of #BB95C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95C3

Black with #BB95C3

Text Example


Text Example

White with #BB95C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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