Html Css Color HEX #B403EC Electric Purple

📋 copy color: '#B403EC'

red 180 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #B403EC

Tints of Electric Purple #B403EC

RGB

 RED value IS 180 (70.7% from 255) = 42.96%

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 42.96%
G = 0.72%
B = 56.32%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B403EC (or 0xB403EC) is known color: Electric Purple. HEX triplet: B4, 03 and EC. RGB value is (180,3,236). Sum of RGB (Red+Green+Blue) = 180+3+236=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #B403EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403EC is #4BFC13. Grayscale: #515151. Windows color (decimal): -4979732 or 15467444. OLE color: 15467444.

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

Color convert

RGB 180 3 236 -
CMYK 0.24 0.99 0 0.07
HSL 285.58º 0.97% 0.47% -
HSV(B) 285.58º 0.99% 0.93% -
XYZ 34 15.82 80.62 -
YUV 82.49 214.64 197.55 -
System Red Green Blue C M Y K H S L
Decimal 180 3 236 0.24 0.99 0 0.07 285.58 0.97 0.47
Hex B4 3 EC 18 63 0 7 11E 61 2F
Octal 264 3 354 30 143 0 7 436 141 57
Binary 10110100 11 11101100 11000 1100011 0 111 100011110 1100001 101111

Color Harmonies of #B403EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403EC

Black with #B403EC

Text Example


Text Example

White with #B403EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403EC; }

 p { color: rgb(180,3,236); }

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

background-color css

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

 a { background-color: rgb(180,3,236); }

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

border-color css

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

 span { border-color: rgb(180,3,236); }

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