Html Css Color HEX #B50CFD Electric Purple

📋 copy color: '#B50CFD'

red 181 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #B50CFD

Tints of Electric Purple #B50CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 40.58%
G = 2.69%
B = 56.73%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B50CFD (or 0xB50CFD) is known color: Electric Purple. HEX triplet: B5, 0C and FD. RGB value is (181,12,253). Sum of RGB (Red+Green+Blue) = 181+12+253=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #B50CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50CFD is #4AF302. Grayscale: #595959. Windows color (decimal): -4911875 or 16583861. OLE color: 16583861.

HSL color Cylindrical-coordinate representation of color #B50CFD: hue angle of 282.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50CFD is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 12 253 -
CMYK 0.28 0.95 0 0.01
HSL 282.07º 0.98% 0.52% -
HSV(B) 282.07º 0.95% 0.99% -
XYZ 36.92 17.18 94.3 -
YUV 90.01 219.99 192.9 -
System Red Green Blue C M Y K H S L
Decimal 181 12 253 0.28 0.95 0 0.01 282.07 0.98 0.52
Hex B5 C FD 1C 5F 0 1 11A 62 34
Octal 265 14 375 34 137 0 1 432 142 64
Binary 10110101 1100 11111101 11100 1011111 0 1 100011010 1100010 110100

Color Harmonies of #B50CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CFD

Black with #B50CFD

Text Example


Text Example

White with #B50CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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