Html Css Color HEX #821BFD Blue Violet

📋 copy color: '#821BFD'

red 130 ◦ green 27 ◦ blue 253

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

Shades of Blue Violet #821BFD

Tints of Blue Violet #821BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.71%

R = 31.71%
G = 6.59%
B = 61.71%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#821BFD (or 0x821BFD) is known color: Blue Violet. HEX triplet: 82, 1B and FD. RGB value is (130,27,253). Sum of RGB (Red+Green+Blue) = 130+27+253=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #821BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821BFD is #7DE402. Grayscale: #525252. Windows color (decimal): -8250371 or 16587650. OLE color: 16587650.

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

Color convert

RGB 130 27 253 -
CMYK 0.49 0.89 0 0.01
HSL 267.35º 0.98% 0.55% -
HSV(B) 267.35º 0.89% 0.99% -
XYZ 27.33 12.62 93.92 -
YUV 83.56 223.62 161.12 -
System Red Green Blue C M Y K H S L
Decimal 130 27 253 0.49 0.89 0 0.01 267.35 0.98 0.55
Hex 82 1B FD 31 59 0 1 10B 62 37
Octal 202 33 375 61 131 0 1 413 142 67
Binary 10000010 11011 11111101 110001 1011001 0 1 100001011 1100010 110111

Color Harmonies of #821BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BFD

Black with #821BFD

Text Example


Text Example

White with #821BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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