Html Css Color HEX #BF81DB Wisteria

📋 copy color: '#BF81DB'

red 191 ◦ green 129 ◦ blue 219

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

Shades of Wisteria #BF81DB

Tints of Wisteria #BF81DB

RGB

 RED value IS 191 (75% from 255) = 35.44%

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

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

R = 35.44%
G = 23.93%
B = 40.63%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF81DB (or 0xBF81DB) is known color: Wisteria. HEX triplet: BF, 81 and DB. RGB value is (191,129,219). Sum of RGB (Red+Green+Blue) = 191+129+219=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81DB is #407E24. Grayscale: #9D9D9D. Windows color (decimal): -4226597 or 14385599. OLE color: 14385599.

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

Color convert

RGB 191 129 219 -
CMYK 0.13 0.41 0 0.14
HSL 281.33º 0.56% 0.68% -
HSV(B) 281.33º 0.41% 0.86% -
XYZ 42.12 31.89 70.95 -
YUV 157.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 191 129 219 0.13 0.41 0 0.14 281.33 0.56 0.68
Hex BF 81 DB D 29 0 E 119 38 44
Octal 277 201 333 15 51 0 16 431 70 104
Binary 10111111 10000001 11011011 1101 101001 0 1110 100011001 111000 1000100

Color Harmonies of #BF81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF81DB

Black with #BF81DB

Text Example


Text Example

White with #BF81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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