Html Css Color HEX #802BE1 Blue Violet

📋 copy color: '#802BE1'

red 128 ◦ green 43 ◦ blue 225

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

Shades of Blue Violet #802BE1

Tints of Blue Violet #802BE1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.86%

 BLUE value IS 225 (88.28% from 255) = 56.82%

R = 32.32%
G = 10.86%
B = 56.82%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#802BE1 (or 0x802BE1) is known color: Blue Violet. HEX triplet: 80, 2B and E1. RGB value is (128,43,225). Sum of RGB (Red+Green+Blue) = 128+43+225=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #802BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BE1 is #7FD41E. Grayscale: #585858. Windows color (decimal): -8377375 or 14756736. OLE color: 14756736.

HSL color Cylindrical-coordinate representation of color #802BE1: hue angle of 268.02º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802BE1 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 43 225 -
CMYK 0.43 0.81 0 0.12
HSL 268.02º 0.75% 0.53% -
HSV(B) 268.02º 0.81% 0.88% -
XYZ 23.36 11.75 72.27 -
YUV 89.16 204.66 155.7 -
System Red Green Blue C M Y K H S L
Decimal 128 43 225 0.43 0.81 0 0.12 268.02 0.75 0.53
Hex 80 2B E1 2B 51 0 C 10C 4B 35
Octal 200 53 341 53 121 0 14 414 113 65
Binary 10000000 101011 11100001 101011 1010001 0 1100 100001100 1001011 110101

Color Harmonies of #802BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802BE1

Black with #802BE1

Text Example


Text Example

White with #802BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802BE1; }

 p { color: rgb(128,43,225); }

 H1.HeaderClassName
 {
   color: #802BE1;
 }
 .AnyTagClassName
 {
   color: #802BE1;
 }
</style>

background-color css

<style>
 a { background-color: #802BE1; }

 a { background-color: rgb(128,43,225); }

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

border-color css

<style>
 span { border-color: #802BE1; }

 span { border-color: rgb(128,43,225); }

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