Html Css Color HEX #B50BEC Electric Purple

📋 copy color: '#B50BEC'

red 181 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #B50BEC

Tints of Electric Purple #B50BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.57%

 BLUE value IS 236 (92.58% from 255) = 55.14%

R = 42.29%
G = 2.57%
B = 55.14%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B50BEC (or 0xB50BEC) is known color: Electric Purple. HEX triplet: B5, 0B and EC. RGB value is (181,11,236). Sum of RGB (Red+Green+Blue) = 181+11+236=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #B50BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50BEC is #4AF413. Grayscale: #565656. Windows color (decimal): -4912148 or 15469493. OLE color: 15469493.

HSL color Cylindrical-coordinate representation of color #B50BEC: hue angle of 285.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50BEC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 11 236 -
CMYK 0.23 0.95 0 0.07
HSL 285.33º 0.91% 0.48% -
HSV(B) 285.33º 0.95% 0.93% -
XYZ 34.32 16.12 80.66 -
YUV 87.48 211.82 194.7 -
System Red Green Blue C M Y K H S L
Decimal 181 11 236 0.23 0.95 0 0.07 285.33 0.91 0.48
Hex B5 B EC 17 5F 0 7 11D 5B 30
Octal 265 13 354 27 137 0 7 435 133 60
Binary 10110101 1011 11101100 10111 1011111 0 111 100011101 1011011 110000

Color Harmonies of #B50BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BEC

Black with #B50BEC

Text Example


Text Example

White with #B50BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BEC; }

 p { color: rgb(181,11,236); }

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

background-color css

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

 a { background-color: rgb(181,11,236); }

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

border-color css

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

 span { border-color: rgb(181,11,236); }

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