Html Css Color HEX #B50CEE Electric Purple

📋 copy color: '#B50CEE'

red 181 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #B50CEE

Tints of Electric Purple #B50CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.78%

 BLUE value IS 238 (93.36% from 255) = 55.22%

R = 42%
G = 2.78%
B = 55.22%

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

#B50CEE (or 0xB50CEE) is known color: Electric Purple. HEX triplet: B5, 0C and EE. RGB value is (181,12,238). Sum of RGB (Red+Green+Blue) = 181+12+238=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #B50CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50CEE is #4AF311. Grayscale: #575757. Windows color (decimal): -4911890 or 15600821. OLE color: 15600821.

HSL color Cylindrical-coordinate representation of color #B50CEE: hue angle of 284.87º degrees, saturation: 0.9, 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 #B50CEE is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 12 238 -
CMYK 0.24 0.95 0 0.07
HSL 284.87º 0.9% 0.49% -
HSV(B) 284.87º 0.95% 0.93% -
XYZ 34.62 16.26 82.2 -
YUV 88.3 212.49 194.12 -
System Red Green Blue C M Y K H S L
Decimal 181 12 238 0.24 0.95 0 0.07 284.87 0.9 0.49
Hex B5 C EE 18 5F 0 7 11D 5A 31
Octal 265 14 356 30 137 0 7 435 132 61
Binary 10110101 1100 11101110 11000 1011111 0 111 100011101 1011010 110001

Color Harmonies of #B50CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CEE

Black with #B50CEE

Text Example


Text Example

White with #B50CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CEE; }

 p { color: rgb(181,12,238); }

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

background-color css

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

 a { background-color: rgb(181,12,238); }

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

border-color css

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

 span { border-color: rgb(181,12,238); }

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