Html Css Color HEX #B403ED Electric Purple

📋 copy color: '#B403ED'

red 180 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #B403ED

Tints of Electric Purple #B403ED

RGB

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

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

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

R = 42.86%
G = 0.71%
B = 56.43%

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

#B403ED (or 0xB403ED) is known color: Electric Purple. HEX triplet: B4, 03 and ED. RGB value is (180,3,237). Sum of RGB (Red+Green+Blue) = 180+3+237=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #B403ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403ED is #4BFC12. Grayscale: #515151. Windows color (decimal): -4979731 or 15532980. OLE color: 15532980.

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

Color convert

RGB 180 3 237 -
CMYK 0.24 0.99 0 0.07
HSL 285.38º 0.98% 0.47% -
HSV(B) 285.38º 0.99% 0.93% -
XYZ 34.14 15.88 81.39 -
YUV 82.6 215.14 197.47 -
System Red Green Blue C M Y K H S L
Decimal 180 3 237 0.24 0.99 0 0.07 285.38 0.98 0.47
Hex B4 3 ED 18 63 0 7 11D 62 2F
Octal 264 3 355 30 143 0 7 435 142 57
Binary 10110100 11 11101101 11000 1100011 0 111 100011101 1100010 101111

Color Harmonies of #B403ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403ED

Black with #B403ED

Text Example


Text Example

White with #B403ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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