Html Css Color HEX #820BEA Blue Violet

📋 copy color: '#820BEA'

red 130 ◦ green 11 ◦ blue 234

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

Shades of Blue Violet #820BEA

Tints of Blue Violet #820BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 34.67%
G = 2.93%
B = 62.4%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#820BEA (or 0x820BEA) is known color: Blue Violet. HEX triplet: 82, 0B and EA. RGB value is (130,11,234). Sum of RGB (Red+Green+Blue) = 130+11+234=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #820BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820BEA is #7DF415. Grayscale: #474747. Windows color (decimal): -8254486 or 15338370. OLE color: 15338370.

HSL color Cylindrical-coordinate representation of color #820BEA: hue angle of 272.02º 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 #820BEA is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 11 234 -
CMYK 0.44 0.95 0 0.08
HSL 272.02º 0.91% 0.48% -
HSV(B) 272.02º 0.95% 0.92% -
XYZ 24.18 10.93 78.68 -
YUV 72 219.42 169.37 -
System Red Green Blue C M Y K H S L
Decimal 130 11 234 0.44 0.95 0 0.08 272.02 0.91 0.48
Hex 82 B EA 2C 5F 0 8 110 5B 30
Octal 202 13 352 54 137 0 10 420 133 60
Binary 10000010 1011 11101010 101100 1011111 0 1000 100010000 1011011 110000

Color Harmonies of #820BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BEA

Black with #820BEA

Text Example


Text Example

White with #820BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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