Html Css Color HEX #832ECB Blue Violet

📋 copy color: '#832ECB'

red 131 ◦ green 46 ◦ blue 203

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

Shades of Blue Violet #832ECB

Tints of Blue Violet #832ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 34.47%
G = 12.11%
B = 53.42%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#832ECB (or 0x832ECB) is known color: Blue Violet. HEX triplet: 83, 2E and CB. RGB value is (131,46,203). Sum of RGB (Red+Green+Blue) = 131+46+203=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #832ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832ECB is #7CD134. Grayscale: #585858. Windows color (decimal): -8180021 or 13315715. OLE color: 13315715.

HSL color Cylindrical-coordinate representation of color #832ECB: hue angle of 272.48º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #832ECB is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 46 203 -
CMYK 0.35 0.77 0 0.20
HSL 272.48º 0.63% 0.49% -
HSV(B) 272.48º 0.77% 0.8% -
XYZ 21.12 11.09 57.53 -
YUV 89.31 192.16 157.73 -
System Red Green Blue C M Y K H S L
Decimal 131 46 203 0.35 0.77 0 0.20 272.48 0.63 0.49
Hex 83 2E CB 23 4D 0 14 110 3F 31
Octal 203 56 313 43 115 0 24 420 77 61
Binary 10000011 101110 11001011 100011 1001101 0 10100 100010000 111111 110001

Color Harmonies of #832ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832ECB

Black with #832ECB

Text Example


Text Example

White with #832ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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