Html Css Color HEX #B50CF6 Electric Purple

📋 copy color: '#B50CF6'

red 181 ◦ green 12 ◦ blue 246

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

Shades of Electric Purple #B50CF6

Tints of Electric Purple #B50CF6

RGB

 RED value IS 181 (71.09% from 255) = 41.23%

 GREEN value IS 12 (5.08% from 255) = 2.73%

 BLUE value IS 246 (96.48% from 255) = 56.04%

R = 41.23%
G = 2.73%
B = 56.04%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B50CF6 (or 0xB50CF6) is known color: Electric Purple. HEX triplet: B5, 0C and F6. RGB value is (181,12,246). Sum of RGB (Red+Green+Blue) = 181+12+246=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #B50CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50CF6 is #4AF309. Grayscale: #585858. Windows color (decimal): -4911882 or 16125109. OLE color: 16125109.

HSL color Cylindrical-coordinate representation of color #B50CF6: hue angle of 283.33º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CF6 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 12 246 -
CMYK 0.26 0.95 0 0.04
HSL 283.33º 0.93% 0.51% -
HSV(B) 283.33º 0.95% 0.96% -
XYZ 35.82 16.74 88.53 -
YUV 89.21 216.49 193.47 -
System Red Green Blue C M Y K H S L
Decimal 181 12 246 0.26 0.95 0 0.04 283.33 0.93 0.51
Hex B5 C F6 1A 5F 0 4 11B 5D 33
Octal 265 14 366 32 137 0 4 433 135 63
Binary 10110101 1100 11110110 11010 1011111 0 100 100011011 1011101 110011

Color Harmonies of #B50CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CF6

Black with #B50CF6

Text Example


Text Example

White with #B50CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CF6; }

 p { color: rgb(181,12,246); }

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

background-color css

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

 a { background-color: rgb(181,12,246); }

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

border-color css

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

 span { border-color: rgb(181,12,246); }

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