Html Css Color HEX #821BFE Blue Violet

📋 copy color: '#821BFE'

red 130 ◦ green 27 ◦ blue 254

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

Shades of Blue Violet #821BFE

Tints of Blue Violet #821BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.8%

R = 31.63%
G = 6.57%
B = 61.8%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#821BFE (or 0x821BFE) is known color: Blue Violet. HEX triplet: 82, 1B and FE. RGB value is (130,27,254). Sum of RGB (Red+Green+Blue) = 130+27+254=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #821BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821BFE is #7DE401. Grayscale: #525252. Windows color (decimal): -8250370 or 16653186. OLE color: 16653186.

HSL color Cylindrical-coordinate representation of color #821BFE: hue angle of 267.22º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821BFE is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 27 254 -
CMYK 0.49 0.89 0 0.00
HSL 267.22º 0.99% 0.55% -
HSV(B) 267.22º 0.89% 1% -
XYZ 27.49 12.69 94.77 -
YUV 83.68 224.12 161.04 -
System Red Green Blue C M Y K H S L
Decimal 130 27 254 0.49 0.89 0 0.00 267.22 0.99 0.55
Hex 82 1B FE 31 59 0 0 10B 63 37
Octal 202 33 376 61 131 0 0 413 143 67
Binary 10000010 11011 11111110 110001 1011001 0 0 100001011 1100011 110111

Color Harmonies of #821BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BFE

Black with #821BFE

Text Example


Text Example

White with #821BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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