Html Css Color HEX #BB81DF Wisteria

📋 copy color: '#BB81DF'

red 187 ◦ green 129 ◦ blue 223

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

Shades of Wisteria #BB81DF

Tints of Wisteria #BB81DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 34.69%
G = 23.93%
B = 41.37%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB81DF (or 0xBB81DF) is known color: Wisteria. HEX triplet: BB, 81 and DF. RGB value is (187,129,223). Sum of RGB (Red+Green+Blue) = 187+129+223=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81DF is #447E20. Grayscale: #9C9C9C. Windows color (decimal): -4488737 or 14647739. OLE color: 14647739.

HSL color Cylindrical-coordinate representation of color #BB81DF: hue angle of 277.02º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB81DF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 129 223 -
CMYK 0.16 0.42 0 0.13
HSL 277.02º 0.59% 0.69% -
HSV(B) 277.02º 0.42% 0.87% -
XYZ 41.66 31.59 73.71 -
YUV 157.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 187 129 223 0.16 0.42 0 0.13 277.02 0.59 0.69
Hex BB 81 DF 10 2A 0 D 115 3B 45
Octal 273 201 337 20 52 0 15 425 73 105
Binary 10111011 10000001 11011111 10000 101010 0 1101 100010101 111011 1000101

Color Harmonies of #BB81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81DF

Black with #BB81DF

Text Example


Text Example

White with #BB81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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