Html Css Color HEX #820BEB Blue Violet

📋 copy color: '#820BEB'

red 130 ◦ green 11 ◦ blue 235

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

Shades of Blue Violet #820BEB

Tints of Blue Violet #820BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 235 (92.19% from 255) = 62.5%

R = 34.57%
G = 2.93%
B = 62.5%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#820BEB (or 0x820BEB) is known color: Blue Violet. HEX triplet: 82, 0B and EB. RGB value is (130,11,235). Sum of RGB (Red+Green+Blue) = 130+11+235=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #820BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BEB is #7DF414. Grayscale: #474747. Windows color (decimal): -8254485 or 15403906. OLE color: 15403906.

HSL color Cylindrical-coordinate representation of color #820BEB: hue angle of 271.88º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BEB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 11 235 -
CMYK 0.45 0.95 0 0.08
HSL 271.88º 0.91% 0.48% -
HSV(B) 271.88º 0.95% 0.92% -
XYZ 24.32 10.98 79.44 -
YUV 72.12 219.92 169.29 -
System Red Green Blue C M Y K H S L
Decimal 130 11 235 0.45 0.95 0 0.08 271.88 0.91 0.48
Hex 82 B EB 2D 5F 0 8 110 5B 30
Octal 202 13 353 55 137 0 10 420 133 60
Binary 10000010 1011 11101011 101101 1011111 0 1000 100010000 1011011 110000

Color Harmonies of #820BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BEB

Black with #820BEB

Text Example


Text Example

White with #820BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820BEB; }

 p { color: rgb(130,11,235); }

 H1.HeaderClassName
 {
   color: #820BEB;
 }
 .AnyTagClassName
 {
   color: #820BEB;
 }
</style>

background-color css

<style>
 a { background-color: #820BEB; }

 a { background-color: rgb(130,11,235); }

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

border-color css

<style>
 span { border-color: #820BEB; }

 span { border-color: rgb(130,11,235); }

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