Html Css Color HEX #B50FFB Electric Purple

📋 copy color: '#B50FFB'

red 181 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #B50FFB

Tints of Electric Purple #B50FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.36%

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

R = 40.49%
G = 3.36%
B = 56.15%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B50FFB (or 0xB50FFB) is known color: Electric Purple. HEX triplet: B5, 0F and FB. RGB value is (181,15,251). Sum of RGB (Red+Green+Blue) = 181+15+251=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #B50FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50FFB is #4AF004. Grayscale: #5A5A5A. Windows color (decimal): -4911109 or 16453557. OLE color: 16453557.

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

Color convert

RGB 181 15 251 -
CMYK 0.28 0.94 0 0.02
HSL 282.2º 0.97% 0.52% -
HSV(B) 282.2º 0.94% 0.98% -
XYZ 36.64 17.13 92.64 -
YUV 91.54 218 191.81 -
System Red Green Blue C M Y K H S L
Decimal 181 15 251 0.28 0.94 0 0.02 282.2 0.97 0.52
Hex B5 F FB 1C 5E 0 2 11A 61 34
Octal 265 17 373 34 136 0 2 432 141 64
Binary 10110101 1111 11111011 11100 1011110 0 10 100011010 1100001 110100

Color Harmonies of #B50FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FFB

Black with #B50FFB

Text Example


Text Example

White with #B50FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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