Html Css Color HEX #BD80ED Wisteria

📋 copy color: '#BD80ED'

red 189 ◦ green 128 ◦ blue 237

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

Shades of Wisteria #BD80ED

Tints of Wisteria #BD80ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 34.12%
G = 23.1%
B = 42.78%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD80ED (or 0xBD80ED) is known color: Wisteria. HEX triplet: BD, 80 and ED. RGB value is (189,128,237). Sum of RGB (Red+Green+Blue) = 189+128+237=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80ED is #427F12. Grayscale: #9E9E9E. Windows color (decimal): -4357907 or 15564989. OLE color: 15564989.

HSL color Cylindrical-coordinate representation of color #BD80ED: hue angle of 273.58º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD80ED is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 128 237 -
CMYK 0.20 0.46 0 0.07
HSL 273.58º 0.75% 0.72% -
HSV(B) 273.58º 0.46% 0.93% -
XYZ 43.99 32.37 84.05 -
YUV 158.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 189 128 237 0.20 0.46 0 0.07 273.58 0.75 0.72
Hex BD 80 ED 14 2E 0 7 112 4B 48
Octal 275 200 355 24 56 0 7 422 113 110
Binary 10111101 10000000 11101101 10100 101110 0 111 100010010 1001011 1001000

Color Harmonies of #BD80ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80ED

Black with #BD80ED

Text Example


Text Example

White with #BD80ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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