Html Css Color HEX #832BD0 Blue Violet

📋 copy color: '#832BD0'

red 131 ◦ green 43 ◦ blue 208

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

Shades of Blue Violet #832BD0

Tints of Blue Violet #832BD0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.26%

 BLUE value IS 208 (81.64% from 255) = 54.45%

R = 34.29%
G = 11.26%
B = 54.45%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#832BD0 (or 0x832BD0) is known color: Blue Violet. HEX triplet: 83, 2B and D0. RGB value is (131,43,208). Sum of RGB (Red+Green+Blue) = 131+43+208=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #832BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832BD0 is #7CD42F. Grayscale: #575757. Windows color (decimal): -8180784 or 13642627. OLE color: 13642627.

HSL color Cylindrical-coordinate representation of color #832BD0: hue angle of 272º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #832BD0 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 43 208 -
CMYK 0.37 0.79 0 0.18
HSL 272º 0.66% 0.49% -
HSV(B) 272º 0.79% 0.82% -
XYZ 21.61 11.11 60.68 -
YUV 88.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 131 43 208 0.37 0.79 0 0.18 272 0.66 0.49
Hex 83 2B D0 25 4F 0 12 110 42 31
Octal 203 53 320 45 117 0 22 420 102 61
Binary 10000011 101011 11010000 100101 1001111 0 10010 100010000 1000010 110001

Color Harmonies of #832BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832BD0

Black with #832BD0

Text Example


Text Example

White with #832BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,43,208); }

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

background-color css

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

 a { background-color: rgb(131,43,208); }

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

border-color css

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

 span { border-color: rgb(131,43,208); }

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