Html Css Color HEX #832DFB Blue Violet

📋 copy color: '#832DFB'

red 131 ◦ green 45 ◦ blue 251

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

Shades of Blue Violet #832DFB

Tints of Blue Violet #832DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.54%

 BLUE value IS 251 (98.44% from 255) = 58.78%

R = 30.68%
G = 10.54%
B = 58.78%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#832DFB (or 0x832DFB) is known color: Blue Violet. HEX triplet: 83, 2D and FB. RGB value is (131,45,251). Sum of RGB (Red+Green+Blue) = 131+45+251=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #832DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832DFB is #7CD204. Grayscale: #5D5D5D. Windows color (decimal): -8180229 or 16461187. OLE color: 16461187.

HSL color Cylindrical-coordinate representation of color #832DFB: hue angle of 265.05º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #832DFB is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 45 251 -
CMYK 0.48 0.82 0 0.02
HSL 265.05º 0.96% 0.58% -
HSV(B) 265.05º 0.82% 0.98% -
XYZ 27.71 13.67 92.44 -
YUV 94.2 216.49 154.25 -
System Red Green Blue C M Y K H S L
Decimal 131 45 251 0.48 0.82 0 0.02 265.05 0.96 0.58
Hex 83 2D FB 30 52 0 2 109 60 3A
Octal 203 55 373 60 122 0 2 411 140 72
Binary 10000011 101101 11111011 110000 1010010 0 10 100001001 1100000 111010

Color Harmonies of #832DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832DFB

Black with #832DFB

Text Example


Text Example

White with #832DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,45,251); }

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

background-color css

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

 a { background-color: rgb(131,45,251); }

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

border-color css

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

 span { border-color: rgb(131,45,251); }

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