Html Css Color HEX #BD80EE Wisteria

📋 copy color: '#BD80EE'

red 189 ◦ green 128 ◦ blue 238

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

Shades of Wisteria #BD80EE

Tints of Wisteria #BD80EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 34.05%
G = 23.06%
B = 42.88%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD80EE (or 0xBD80EE) is known color: Wisteria. HEX triplet: BD, 80 and EE. RGB value is (189,128,238). Sum of RGB (Red+Green+Blue) = 189+128+238=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80EE is #427F11. Grayscale: #9E9E9E. Windows color (decimal): -4357906 or 15630525. OLE color: 15630525.

HSL color Cylindrical-coordinate representation of color #BD80EE: hue angle of 273.27º degrees, saturation: 0.76, 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 #BD80EE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 128 238 -
CMYK 0.21 0.46 0 0.07
HSL 273.27º 0.76% 0.72% -
HSV(B) 273.27º 0.46% 0.93% -
XYZ 44.14 32.43 84.82 -
YUV 158.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 189 128 238 0.21 0.46 0 0.07 273.27 0.76 0.72
Hex BD 80 EE 15 2E 0 7 111 4C 48
Octal 275 200 356 25 56 0 7 421 114 110
Binary 10111101 10000000 11101110 10101 101110 0 111 100010001 1001100 1001000

Color Harmonies of #BD80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80EE

Black with #BD80EE

Text Example


Text Example

White with #BD80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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