Html Css Color HEX #821BFB Blue Violet

📋 copy color: '#821BFB'

red 130 ◦ green 27 ◦ blue 251

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

Shades of Blue Violet #821BFB

Tints of Blue Violet #821BFB

RGB

 RED value IS 130 (51.17% from 255) = 31.86%

 GREEN value IS 27 (10.94% from 255) = 6.62%

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

R = 31.86%
G = 6.62%
B = 61.52%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#821BFB (or 0x821BFB) is known color: Blue Violet. HEX triplet: 82, 1B and FB. RGB value is (130,27,251). Sum of RGB (Red+Green+Blue) = 130+27+251=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #821BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821BFB is #7DE404. Grayscale: #525252. Windows color (decimal): -8250373 or 16456578. OLE color: 16456578.

HSL color Cylindrical-coordinate representation of color #821BFB: hue angle of 267.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821BFB is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 27 251 -
CMYK 0.48 0.89 0 0.02
HSL 267.59º 0.97% 0.55% -
HSV(B) 267.59º 0.89% 0.98% -
XYZ 27.01 12.49 92.25 -
YUV 83.33 222.62 161.29 -
System Red Green Blue C M Y K H S L
Decimal 130 27 251 0.48 0.89 0 0.02 267.59 0.97 0.55
Hex 82 1B FB 30 59 0 2 10C 61 37
Octal 202 33 373 60 131 0 2 414 141 67
Binary 10000010 11011 11111011 110000 1011001 0 10 100001100 1100001 110111

Color Harmonies of #821BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BFB

Black with #821BFB

Text Example


Text Example

White with #821BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821BFB; }

 p { color: rgb(130,27,251); }

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

background-color css

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

 a { background-color: rgb(130,27,251); }

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

border-color css

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

 span { border-color: rgb(130,27,251); }

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