Html Css Color HEX #BB81DA Wisteria

📋 copy color: '#BB81DA'

red 187 ◦ green 129 ◦ blue 218

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

Shades of Wisteria #BB81DA

Tints of Wisteria #BB81DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 35.02%
G = 24.16%
B = 40.82%

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

#BB81DA (or 0xBB81DA) is known color: Wisteria. HEX triplet: BB, 81 and DA. RGB value is (187,129,218). Sum of RGB (Red+Green+Blue) = 187+129+218=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81DA is #447E25. Grayscale: #9C9C9C. Windows color (decimal): -4488742 or 14320059. OLE color: 14320059.

HSL color Cylindrical-coordinate representation of color #BB81DA: hue angle of 279.1º degrees, saturation: 0.55, 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 #BB81DA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 129 218 -
CMYK 0.14 0.41 0 0.15
HSL 279.1º 0.55% 0.68% -
HSV(B) 279.1º 0.41% 0.85% -
XYZ 41 31.33 70.22 -
YUV 156.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 187 129 218 0.14 0.41 0 0.15 279.1 0.55 0.68
Hex BB 81 DA E 29 0 F 117 37 44
Octal 273 201 332 16 51 0 17 427 67 104
Binary 10111011 10000001 11011010 1110 101001 0 1111 100010111 110111 1000100

Color Harmonies of #BB81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81DA

Black with #BB81DA

Text Example


Text Example

White with #BB81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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