Html Css Color HEX #B50CFB Electric Purple

📋 copy color: '#B50CFB'

red 181 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #B50CFB

Tints of Electric Purple #B50CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 40.77%
G = 2.7%
B = 56.53%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B50CFB (or 0xB50CFB) is known color: Electric Purple. HEX triplet: B5, 0C and FB. RGB value is (181,12,251). Sum of RGB (Red+Green+Blue) = 181+12+251=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #B50CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50CFB is #4AF304. Grayscale: #585858. Windows color (decimal): -4911877 or 16452789. OLE color: 16452789.

HSL color Cylindrical-coordinate representation of color #B50CFB: hue angle of 282.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CFB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 12 251 -
CMYK 0.28 0.95 0 0.02
HSL 282.43º 0.97% 0.52% -
HSV(B) 282.43º 0.95% 0.98% -
XYZ 36.6 17.05 92.63 -
YUV 89.78 218.99 193.07 -
System Red Green Blue C M Y K H S L
Decimal 181 12 251 0.28 0.95 0 0.02 282.43 0.97 0.52
Hex B5 C FB 1C 5F 0 2 11A 61 34
Octal 265 14 373 34 137 0 2 432 141 64
Binary 10110101 1100 11111011 11100 1011111 0 10 100011010 1100001 110100

Color Harmonies of #B50CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CFB

Black with #B50CFB

Text Example


Text Example

White with #B50CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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