Html Css Color HEX #BD80DF Wisteria

📋 copy color: '#BD80DF'

red 189 ◦ green 128 ◦ blue 223

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

Shades of Wisteria #BD80DF

Tints of Wisteria #BD80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 35%
G = 23.7%
B = 41.3%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD80DF (or 0xBD80DF) is known color: Wisteria. HEX triplet: BD, 80 and DF. RGB value is (189,128,223). Sum of RGB (Red+Green+Blue) = 189+128+223=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80DF is #427F20. Grayscale: #9C9C9C. Windows color (decimal): -4357921 or 14647485. OLE color: 14647485.

HSL color Cylindrical-coordinate representation of color #BD80DF: hue angle of 278.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD80DF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 128 223 -
CMYK 0.15 0.43 0 0.13
HSL 278.53º 0.6% 0.69% -
HSV(B) 278.53º 0.43% 0.87% -
XYZ 42.02 31.58 73.69 -
YUV 157.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 189 128 223 0.15 0.43 0 0.13 278.53 0.6 0.69
Hex BD 80 DF F 2B 0 D 117 3C 45
Octal 275 200 337 17 53 0 15 427 74 105
Binary 10111101 10000000 11011111 1111 101011 0 1101 100010111 111100 1000101

Color Harmonies of #BD80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80DF

Black with #BD80DF

Text Example


Text Example

White with #BD80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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