Html Css Color HEX #BD81DA Wisteria

📋 copy color: '#BD81DA'

red 189 ◦ green 129 ◦ blue 218

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

Shades of Wisteria #BD81DA

Tints of Wisteria #BD81DA

RGB

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

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

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

R = 35.26%
G = 24.07%
B = 40.67%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD81DA (or 0xBD81DA) is known color: Wisteria. HEX triplet: BD, 81 and DA. RGB value is (189,129,218). Sum of RGB (Red+Green+Blue) = 189+129+218=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD81DA is #427E25. Grayscale: #9C9C9C. Windows color (decimal): -4357670 or 14320061. OLE color: 14320061.

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

Color convert

RGB 189 129 218 -
CMYK 0.13 0.41 0 0.15
HSL 280.45º 0.55% 0.68% -
HSV(B) 280.45º 0.41% 0.85% -
XYZ 41.49 31.58 70.24 -
YUV 157.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 189 129 218 0.13 0.41 0 0.15 280.45 0.55 0.68
Hex BD 81 DA D 29 0 F 118 37 44
Octal 275 201 332 15 51 0 17 430 67 104
Binary 10111101 10000001 11011010 1101 101001 0 1111 100011000 110111 1000100

Color Harmonies of #BD81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD81DA

Black with #BD81DA

Text Example


Text Example

White with #BD81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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