Html Css Color HEX #BD81DB Wisteria

📋 copy color: '#BD81DB'

red 189 ◦ green 129 ◦ blue 219

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

Shades of Wisteria #BD81DB

Tints of Wisteria #BD81DB

RGB

 RED value IS 189 (74.22% from 255) = 35.2%

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

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

R = 35.2%
G = 24.02%
B = 40.78%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD81DB (or 0xBD81DB) is known color: Wisteria. HEX triplet: BD, 81 and DB. RGB value is (189,129,219). Sum of RGB (Red+Green+Blue) = 189+129+219=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81DB is #427E24. Grayscale: #9C9C9C. Windows color (decimal): -4357669 or 14385597. OLE color: 14385597.

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

Color convert

RGB 189 129 219 -
CMYK 0.14 0.41 0 0.14
HSL 280º 0.56% 0.68% -
HSV(B) 280º 0.41% 0.86% -
XYZ 41.62 31.63 70.93 -
YUV 157.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 189 129 219 0.14 0.41 0 0.14 280 0.56 0.68
Hex BD 81 DB E 29 0 E 118 38 44
Octal 275 201 333 16 51 0 16 430 70 104
Binary 10111101 10000001 11011011 1110 101001 0 1110 100011000 111000 1000100

Color Harmonies of #BD81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD81DB

Black with #BD81DB

Text Example


Text Example

White with #BD81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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