Html Css Color HEX #BD80E0 Wisteria

📋 copy color: '#BD80E0'

red 189 ◦ green 128 ◦ blue 224

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

Shades of Wisteria #BD80E0

Tints of Wisteria #BD80E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 34.94%
G = 23.66%
B = 41.4%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD80E0 (or 0xBD80E0) is known color: Wisteria. HEX triplet: BD, 80 and E0. RGB value is (189,128,224). Sum of RGB (Red+Green+Blue) = 189+128+224=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD80E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80E0 is #427F1F. Grayscale: #9C9C9C. Windows color (decimal): -4357920 or 14713021. OLE color: 14713021.

HSL color Cylindrical-coordinate representation of color #BD80E0: hue angle of 278.12º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD80E0 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 128 224 -
CMYK 0.16 0.43 0 0.12
HSL 278.13º 0.61% 0.69% -
HSV(B) 278.13º 0.43% 0.88% -
XYZ 42.16 31.64 74.41 -
YUV 157.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 189 128 224 0.16 0.43 0 0.12 278.13 0.61 0.69
Hex BD 80 E0 10 2B 0 C 116 3D 45
Octal 275 200 340 20 53 0 14 426 75 105
Binary 10111101 10000000 11100000 10000 101011 0 1100 100010110 111101 1000101

Color Harmonies of #BD80E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80E0

Black with #BD80E0

Text Example


Text Example

White with #BD80E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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