Html Css Color HEX #BD82EA Wisteria

📋 copy color: '#BD82EA'

red 189 ◦ green 130 ◦ blue 234

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

Shades of Wisteria #BD82EA

Tints of Wisteria #BD82EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 34.18%
G = 23.51%
B = 42.31%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD82EA (or 0xBD82EA) is known color: Wisteria. HEX triplet: BD, 82 and EA. RGB value is (189,130,234). Sum of RGB (Red+Green+Blue) = 189+130+234=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD82EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD82EA is #427D15. Grayscale: #9F9F9F. Windows color (decimal): -4357398 or 15368893. OLE color: 15368893.

HSL color Cylindrical-coordinate representation of color #BD82EA: hue angle of 274.04º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD82EA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 130 234 -
CMYK 0.19 0.44 0 0.08
HSL 274.04º 0.71% 0.71% -
HSV(B) 274.04º 0.44% 0.92% -
XYZ 43.82 32.72 81.85 -
YUV 159.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 189 130 234 0.19 0.44 0 0.08 274.04 0.71 0.71
Hex BD 82 EA 13 2C 0 8 112 47 47
Octal 275 202 352 23 54 0 10 422 107 107
Binary 10111101 10000010 11101010 10011 101100 0 1000 100010010 1000111 1000111

Color Harmonies of #BD82EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD82EA

Black with #BD82EA

Text Example


Text Example

White with #BD82EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD82EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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