Html Css Color HEX #BD80D9 Wisteria

📋 copy color: '#BD80D9'

red 189 ◦ green 128 ◦ blue 217

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

Shades of Wisteria #BD80D9

Tints of Wisteria #BD80D9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.97%

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 35.39%
G = 23.97%
B = 40.64%

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

#BD80D9 (or 0xBD80D9) is known color: Wisteria. HEX triplet: BD, 80 and D9. RGB value is (189,128,217). Sum of RGB (Red+Green+Blue) = 189+128+217=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80D9 is #427F26. Grayscale: #9C9C9C. Windows color (decimal): -4357927 or 14254269. OLE color: 14254269.

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

Color convert

RGB 189 128 217 -
CMYK 0.13 0.41 0 0.15
HSL 281.12º 0.54% 0.68% -
HSV(B) 281.12º 0.41% 0.85% -
XYZ 41.23 31.27 69.51 -
YUV 156.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 189 128 217 0.13 0.41 0 0.15 281.12 0.54 0.68
Hex BD 80 D9 D 29 0 F 119 36 44
Octal 275 200 331 15 51 0 17 431 66 104
Binary 10111101 10000000 11011001 1101 101001 0 1111 100011001 110110 1000100

Color Harmonies of #BD80D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80D9

Black with #BD80D9

Text Example


Text Example

White with #BD80D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80D9; }

 p { color: rgb(189,128,217); }

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

background-color css

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

 a { background-color: rgb(189,128,217); }

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

border-color css

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

 span { border-color: rgb(189,128,217); }

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