Html Css Color HEX #BB81DB Wisteria

📋 copy color: '#BB81DB'

red 187 ◦ green 129 ◦ blue 219

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

Shades of Wisteria #BB81DB

Tints of Wisteria #BB81DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.11%

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

R = 34.95%
G = 24.11%
B = 40.93%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB81DB (or 0xBB81DB) is known color: Wisteria. HEX triplet: BB, 81 and DB. RGB value is (187,129,219). Sum of RGB (Red+Green+Blue) = 187+129+219=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81DB is #447E24. Grayscale: #9C9C9C. Windows color (decimal): -4488741 or 14385595. OLE color: 14385595.

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

Color convert

RGB 187 129 219 -
CMYK 0.15 0.41 0 0.14
HSL 278.67º 0.56% 0.68% -
HSV(B) 278.67º 0.41% 0.86% -
XYZ 41.13 31.38 70.91 -
YUV 156.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 187 129 219 0.15 0.41 0 0.14 278.67 0.56 0.68
Hex BB 81 DB F 29 0 E 117 38 44
Octal 273 201 333 17 51 0 16 427 70 104
Binary 10111011 10000001 11011011 1111 101001 0 1110 100010111 111000 1000100

Color Harmonies of #BB81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81DB

Black with #BB81DB

Text Example


Text Example

White with #BB81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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