Html Css Color HEX #500BFA Han Purple

📋 copy color: '#500BFA'

red 80 ◦ green 11 ◦ blue 250

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

Shades of Han Purple #500BFA

Tints of Han Purple #500BFA

RGB

 RED value IS 80 (31.64% from 255) = 23.46%

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

 BLUE value IS 250 (98.05% from 255) = 73.31%

R = 23.46%
G = 3.23%
B = 73.31%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#500BFA (or 0x500BFA) is known color: Han Purple. HEX triplet: 50, 0B and FA. RGB value is (80,11,250). Sum of RGB (Red+Green+Blue) = 80+11+250=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #500BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500BFA is #AFF405. Grayscale: #393939. Windows color (decimal): -11531270 or 16386896. OLE color: 16386896.

HSL color Cylindrical-coordinate representation of color #500BFA: hue angle of 257.32º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500BFA is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 11 250 -
CMYK 0.68 0.96 0 0.02
HSL 257.32º 0.96% 0.51% -
HSV(B) 257.32º 0.96% 0.98% -
XYZ 20.68 8.85 91.06 -
YUV 58.88 235.86 143.07 -
System Red Green Blue C M Y K H S L
Decimal 80 11 250 0.68 0.96 0 0.02 257.32 0.96 0.51
Hex 50 B FA 44 60 0 2 101 60 33
Octal 120 13 372 104 140 0 2 401 140 63
Binary 1010000 1011 11111010 1000100 1100000 0 10 100000001 1100000 110011

Color Harmonies of #500BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BFA

Black with #500BFA

Text Example


Text Example

White with #500BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500BFA; }

 p { color: rgb(80,11,250); }

 H1.HeaderClassName
 {
   color: #500BFA;
 }
 .AnyTagClassName
 {
   color: #500BFA;
 }
</style>

background-color css

<style>
 a { background-color: #500BFA; }

 a { background-color: rgb(80,11,250); }

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

border-color css

<style>
 span { border-color: #500BFA; }

 span { border-color: rgb(80,11,250); }

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