Html Css Color HEX #B50DFB Electric Purple

📋 copy color: '#B50DFB'

red 181 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #B50DFB

Tints of Electric Purple #B50DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.92%

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

R = 40.67%
G = 2.92%
B = 56.4%

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

#B50DFB (or 0xB50DFB) is known color: Electric Purple. HEX triplet: B5, 0D and FB. RGB value is (181,13,251). Sum of RGB (Red+Green+Blue) = 181+13+251=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #B50DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50DFB is #4AF204. Grayscale: #595959. Windows color (decimal): -4911621 or 16453045. OLE color: 16453045.

HSL color Cylindrical-coordinate representation of color #B50DFB: hue angle of 282.35º 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 #B50DFB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 13 251 -
CMYK 0.28 0.95 0 0.02
HSL 282.35º 0.97% 0.52% -
HSV(B) 282.35º 0.95% 0.98% -
XYZ 36.61 17.08 92.63 -
YUV 90.36 218.66 192.65 -
System Red Green Blue C M Y K H S L
Decimal 181 13 251 0.28 0.95 0 0.02 282.35 0.97 0.52
Hex B5 D FB 1C 5F 0 2 11A 61 34
Octal 265 15 373 34 137 0 2 432 141 64
Binary 10110101 1101 11111011 11100 1011111 0 10 100011010 1100001 110100

Color Harmonies of #B50DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DFB

Black with #B50DFB

Text Example


Text Example

White with #B50DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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