Html Css Color HEX #B403EA Electric Purple

📋 copy color: '#B403EA'

red 180 ◦ green 3 ◦ blue 234

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

Shades of Electric Purple #B403EA

Tints of Electric Purple #B403EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 43.17%
G = 0.72%
B = 56.12%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B403EA (or 0xB403EA) is known color: Electric Purple. HEX triplet: B4, 03 and EA. RGB value is (180,3,234). Sum of RGB (Red+Green+Blue) = 180+3+234=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #B403EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403EA is #4BFC15. Grayscale: #515151. Windows color (decimal): -4979734 or 15336372. OLE color: 15336372.

HSL color Cylindrical-coordinate representation of color #B403EA: hue angle of 285.97º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403EA is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 3 234 -
CMYK 0.23 0.99 0 0.08
HSL 285.97º 0.97% 0.46% -
HSV(B) 285.97º 0.99% 0.92% -
XYZ 33.71 15.71 79.1 -
YUV 82.26 213.64 197.72 -
System Red Green Blue C M Y K H S L
Decimal 180 3 234 0.23 0.99 0 0.08 285.97 0.97 0.46
Hex B4 3 EA 17 63 0 8 11E 61 2E
Octal 264 3 352 27 143 0 10 436 141 56
Binary 10110100 11 11101010 10111 1100011 0 1000 100011110 1100001 101110

Color Harmonies of #B403EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403EA

Black with #B403EA

Text Example


Text Example

White with #B403EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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