Html Css Color HEX #BD82E5 Wisteria

📋 copy color: '#BD82E5'

red 189 ◦ green 130 ◦ blue 229

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

Shades of Wisteria #BD82E5

Tints of Wisteria #BD82E5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.72%

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 34.49%
G = 23.72%
B = 41.79%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD82E5 (or 0xBD82E5) is known color: Wisteria. HEX triplet: BD, 82 and E5. RGB value is (189,130,229). Sum of RGB (Red+Green+Blue) = 189+130+229=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD82E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82E5 is #427D1A. Grayscale: #9E9E9E. Windows color (decimal): -4357403 or 15041213. OLE color: 15041213.

HSL color Cylindrical-coordinate representation of color #BD82E5: hue angle of 275.76º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD82E5 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 130 229 -
CMYK 0.17 0.43 0 0.10
HSL 275.76º 0.66% 0.7% -
HSV(B) 275.76º 0.43% 0.9% -
XYZ 43.11 32.44 78.12 -
YUV 158.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 189 130 229 0.17 0.43 0 0.10 275.76 0.66 0.7
Hex BD 82 E5 11 2B 0 A 114 42 46
Octal 275 202 345 21 53 0 12 424 102 106
Binary 10111101 10000010 11100101 10001 101011 0 1010 100010100 1000010 1000110

Color Harmonies of #BD82E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD82E5

Black with #BD82E5

Text Example


Text Example

White with #BD82E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD82E5; }

 p { color: rgb(189,130,229); }

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

background-color css

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

 a { background-color: rgb(189,130,229); }

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

border-color css

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

 span { border-color: rgb(189,130,229); }

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