Html Css Color HEX #832ED4 Blue Violet

📋 copy color: '#832ED4'

red 131 ◦ green 46 ◦ blue 212

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

Shades of Blue Violet #832ED4

Tints of Blue Violet #832ED4

RGB

 RED value IS 131 (51.56% from 255) = 33.68%

 GREEN value IS 46 (18.36% from 255) = 11.83%

 BLUE value IS 212 (83.2% from 255) = 54.5%

R = 33.68%
G = 11.83%
B = 54.5%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#832ED4 (or 0x832ED4) is known color: Blue Violet. HEX triplet: 83, 2E and D4. RGB value is (131,46,212). Sum of RGB (Red+Green+Blue) = 131+46+212=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 212 (83.20% from 255 or 54.50% from 389); Max value from RGB is 212 - color contains mainly: blue. Hex color #832ED4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ED4 is #7CD12B. Grayscale: #595959. Windows color (decimal): -8180012 or 13905539. OLE color: 13905539.

HSL color Cylindrical-coordinate representation of color #832ED4: hue angle of 270.72º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832ED4 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 46 212 -
CMYK 0.38 0.78 0 0.17
HSL 270.72º 0.66% 0.51% -
HSV(B) 270.72º 0.78% 0.83% -
XYZ 22.22 11.53 63.34 -
YUV 90.34 196.66 157 -
System Red Green Blue C M Y K H S L
Decimal 131 46 212 0.38 0.78 0 0.17 270.72 0.66 0.51
Hex 83 2E D4 26 4E 0 11 10F 42 33
Octal 203 56 324 46 116 0 21 417 102 63
Binary 10000011 101110 11010100 100110 1001110 0 10001 100001111 1000010 110011

Color Harmonies of #832ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832ED4

Black with #832ED4

Text Example


Text Example

White with #832ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832ED4; }

 p { color: rgb(131,46,212); }

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

background-color css

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

 a { background-color: rgb(131,46,212); }

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

border-color css

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

 span { border-color: rgb(131,46,212); }

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