Html Css Color HEX #B50BED Electric Purple

📋 copy color: '#B50BED'

red 181 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #B50BED

Tints of Electric Purple #B50BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 42.19%
G = 2.56%
B = 55.24%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B50BED (or 0xB50BED) is known color: Electric Purple. HEX triplet: B5, 0B and ED. RGB value is (181,11,237). Sum of RGB (Red+Green+Blue) = 181+11+237=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #B50BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50BED is #4AF412. Grayscale: #565656. Windows color (decimal): -4912147 or 15535029. OLE color: 15535029.

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

Color convert

RGB 181 11 237 -
CMYK 0.24 0.95 0 0.07
HSL 285.13º 0.91% 0.49% -
HSV(B) 285.13º 0.95% 0.93% -
XYZ 34.46 16.18 81.43 -
YUV 87.59 212.32 194.62 -
System Red Green Blue C M Y K H S L
Decimal 181 11 237 0.24 0.95 0 0.07 285.13 0.91 0.49
Hex B5 B ED 18 5F 0 7 11D 5B 31
Octal 265 13 355 30 137 0 7 435 133 61
Binary 10110101 1011 11101101 11000 1011111 0 111 100011101 1011011 110001

Color Harmonies of #B50BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BED

Black with #B50BED

Text Example


Text Example

White with #B50BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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