Html Css Color HEX #BD80D6 Wisteria

📋 copy color: '#BD80D6'

red 189 ◦ green 128 ◦ blue 214

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

Shades of Wisteria #BD80D6

Tints of Wisteria #BD80D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.3%

R = 35.59%
G = 24.11%
B = 40.3%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD80D6 (or 0xBD80D6) is known color: Wisteria. HEX triplet: BD, 80 and D6. RGB value is (189,128,214). Sum of RGB (Red+Green+Blue) = 189+128+214=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD80D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80D6 is #427F29. Grayscale: #9B9B9B. Windows color (decimal): -4357930 or 14057661. OLE color: 14057661.

HSL color Cylindrical-coordinate representation of color #BD80D6: hue angle of 282.56º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD80D6 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 128 214 -
CMYK 0.12 0.40 0 0.16
HSL 282.56º 0.51% 0.67% -
HSV(B) 282.56º 0.4% 0.84% -
XYZ 40.84 31.11 67.47 -
YUV 156.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 189 128 214 0.12 0.40 0 0.16 282.56 0.51 0.67
Hex BD 80 D6 C 28 0 10 11B 33 43
Octal 275 200 326 14 50 0 20 433 63 103
Binary 10111101 10000000 11010110 1100 101000 0 10000 100011011 110011 1000011

Color Harmonies of #BD80D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80D6

Black with #BD80D6

Text Example


Text Example

White with #BD80D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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