Html Css Color HEX #BD80D8 Wisteria

📋 copy color: '#BD80D8'

red 189 ◦ green 128 ◦ blue 216

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

Shades of Wisteria #BD80D8

Tints of Wisteria #BD80D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 35.46%
G = 24.02%
B = 40.53%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD80D8 (or 0xBD80D8) is known color: Wisteria. HEX triplet: BD, 80 and D8. RGB value is (189,128,216). Sum of RGB (Red+Green+Blue) = 189+128+216=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD80D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80D8 is #427F27. Grayscale: #9B9B9B. Windows color (decimal): -4357928 or 14188733. OLE color: 14188733.

HSL color Cylindrical-coordinate representation of color #BD80D8: hue angle of 281.59º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD80D8 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 128 216 -
CMYK 0.12 0.41 0 0.15
HSL 281.59º 0.53% 0.67% -
HSV(B) 281.59º 0.41% 0.85% -
XYZ 41.1 31.22 68.82 -
YUV 156.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 189 128 216 0.12 0.41 0 0.15 281.59 0.53 0.67
Hex BD 80 D8 C 29 0 F 11A 35 43
Octal 275 200 330 14 51 0 17 432 65 103
Binary 10111101 10000000 11011000 1100 101001 0 1111 100011010 110101 1000011

Color Harmonies of #BD80D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80D8

Black with #BD80D8

Text Example


Text Example

White with #BD80D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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