Html Css Color HEX #821BCE Blue Violet

📋 copy color: '#821BCE'

red 130 ◦ green 27 ◦ blue 206

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

Shades of Blue Violet #821BCE

Tints of Blue Violet #821BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 35.81%
G = 7.44%
B = 56.75%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#821BCE (or 0x821BCE) is known color: Blue Violet. HEX triplet: 82, 1B and CE. RGB value is (130,27,206). Sum of RGB (Red+Green+Blue) = 130+27+206=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #821BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BCE is #7DE431. Grayscale: #4D4D4D. Windows color (decimal): -8250418 or 13507458. OLE color: 13507458.

HSL color Cylindrical-coordinate representation of color #821BCE: hue angle of 274.53º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821BCE is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 27 206 -
CMYK 0.37 0.87 0 0.19
HSL 274.53º 0.77% 0.46% -
HSV(B) 274.53º 0.87% 0.81% -
XYZ 20.74 9.99 59.23 -
YUV 78.2 200.12 164.95 -
System Red Green Blue C M Y K H S L
Decimal 130 27 206 0.37 0.87 0 0.19 274.53 0.77 0.46
Hex 82 1B CE 25 57 0 13 113 4D 2E
Octal 202 33 316 45 127 0 23 423 115 56
Binary 10000010 11011 11001110 100101 1010111 0 10011 100010011 1001101 101110

Color Harmonies of #821BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BCE

Black with #821BCE

Text Example


Text Example

White with #821BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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