Html Css Color HEX #800BEA Blue Violet

📋 copy color: '#800BEA'

red 128 ◦ green 11 ◦ blue 234

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

Shades of Blue Violet #800BEA

Tints of Blue Violet #800BEA

RGB

 RED value IS 128 (50.39% from 255) = 34.32%

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

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

R = 34.32%
G = 2.95%
B = 62.73%

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

#800BEA (or 0x800BEA) is known color: Blue Violet. HEX triplet: 80, 0B and EA. RGB value is (128,11,234). Sum of RGB (Red+Green+Blue) = 128+11+234=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #800BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800BEA is #7FF415. Grayscale: #464646. Windows color (decimal): -8385558 or 15338368. OLE color: 15338368.

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

Color convert

RGB 128 11 234 -
CMYK 0.45 0.95 0 0.08
HSL 271.48º 0.91% 0.48% -
HSV(B) 271.48º 0.95% 0.92% -
XYZ 23.87 10.77 78.66 -
YUV 71.41 219.76 168.37 -
System Red Green Blue C M Y K H S L
Decimal 128 11 234 0.45 0.95 0 0.08 271.48 0.91 0.48
Hex 80 B EA 2D 5F 0 8 10F 5B 30
Octal 200 13 352 55 137 0 10 417 133 60
Binary 10000000 1011 11101010 101101 1011111 0 1000 100001111 1011011 110000

Color Harmonies of #800BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BEA

Black with #800BEA

Text Example


Text Example

White with #800BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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