Html Css Color HEX #BB81D9 Wisteria

📋 copy color: '#BB81D9'

red 187 ◦ green 129 ◦ blue 217

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

Shades of Wisteria #BB81D9

Tints of Wisteria #BB81D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.71%

R = 35.08%
G = 24.2%
B = 40.71%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB81D9 (or 0xBB81D9) is known color: Wisteria. HEX triplet: BB, 81 and D9. RGB value is (187,129,217). Sum of RGB (Red+Green+Blue) = 187+129+217=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB81D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81D9 is #447E26. Grayscale: #9C9C9C. Windows color (decimal): -4488743 or 14254523. OLE color: 14254523.

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

Color convert

RGB 187 129 217 -
CMYK 0.14 0.41 0 0.15
HSL 279.55º 0.54% 0.68% -
HSV(B) 279.55º 0.41% 0.85% -
XYZ 40.87 31.28 69.53 -
YUV 156.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 187 129 217 0.14 0.41 0 0.15 279.55 0.54 0.68
Hex BB 81 D9 E 29 0 F 118 36 44
Octal 273 201 331 16 51 0 17 430 66 104
Binary 10111011 10000001 11011001 1110 101001 0 1111 100011000 110110 1000100

Color Harmonies of #BB81D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81D9

Black with #BB81D9

Text Example


Text Example

White with #BB81D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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