Html Css Color HEX #B50FF8 Electric Purple

📋 copy color: '#B50FF8'

red 181 ◦ green 15 ◦ blue 248

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

Shades of Electric Purple #B50FF8

Tints of Electric Purple #B50FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 55.86%

R = 40.77%
G = 3.38%
B = 55.86%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B50FF8 (or 0xB50FF8) is known color: Electric Purple. HEX triplet: B5, 0F and F8. RGB value is (181,15,248). Sum of RGB (Red+Green+Blue) = 181+15+248=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #B50FF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50FF8 is #4AF007. Grayscale: #5A5A5A. Windows color (decimal): -4911112 or 16256949. OLE color: 16256949.

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

Color convert

RGB 181 15 248 -
CMYK 0.27 0.94 0 0.03
HSL 282.75º 0.94% 0.52% -
HSV(B) 282.75º 0.94% 0.97% -
XYZ 36.17 16.94 90.17 -
YUV 91.2 216.5 192.05 -
System Red Green Blue C M Y K H S L
Decimal 181 15 248 0.27 0.94 0 0.03 282.75 0.94 0.52
Hex B5 F F8 1B 5E 0 3 11B 5E 34
Octal 265 17 370 33 136 0 3 433 136 64
Binary 10110101 1111 11111000 11011 1011110 0 11 100011011 1011110 110100

Color Harmonies of #B50FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FF8

Black with #B50FF8

Text Example


Text Example

White with #B50FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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