Html Css Color HEX #BB95DB Wisteria

📋 copy color: '#BB95DB'

red 187 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #BB95DB

Tints of Wisteria #BB95DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 33.69%
G = 26.85%
B = 39.46%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB95DB (or 0xBB95DB) is known color: Wisteria. HEX triplet: BB, 95 and DB. RGB value is (187,149,219). Sum of RGB (Red+Green+Blue) = 187+149+219=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95DB is #446A24. Grayscale: #A8A8A8. Windows color (decimal): -4483621 or 14390715. OLE color: 14390715.

HSL color Cylindrical-coordinate representation of color #BB95DB: hue angle of 272.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB95DB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 149 219 -
CMYK 0.15 0.32 0 0.14
HSL 272.57º 0.49% 0.72% -
HSV(B) 272.57º 0.32% 0.86% -
XYZ 44.03 37.17 71.87 -
YUV 168.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 187 149 219 0.15 0.32 0 0.14 272.57 0.49 0.72
Hex BB 95 DB F 20 0 E 111 31 48
Octal 273 225 333 17 40 0 16 421 61 110
Binary 10111011 10010101 11011011 1111 100000 0 1110 100010001 110001 1001000

Color Harmonies of #BB95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95DB

Black with #BB95DB

Text Example


Text Example

White with #BB95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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