Html Css Color HEX #B403FA Electric Purple

📋 copy color: '#B403FA'

red 180 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #B403FA

Tints of Electric Purple #B403FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 41.57%
G = 0.69%
B = 57.74%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B403FA (or 0xB403FA) is known color: Electric Purple. HEX triplet: B4, 03 and FA. RGB value is (180,3,250). Sum of RGB (Red+Green+Blue) = 180+3+250=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #B403FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403FA is #4BFC05. Grayscale: #535353. Windows color (decimal): -4979718 or 16384948. OLE color: 16384948.

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

Color convert

RGB 180 3 250 -
CMYK 0.28 0.99 0 0.02
HSL 283º 0.98% 0.5% -
HSV(B) 283º 0.99% 0.98% -
XYZ 36.11 16.67 91.76 -
YUV 84.08 221.64 196.42 -
System Red Green Blue C M Y K H S L
Decimal 180 3 250 0.28 0.99 0 0.02 283 0.98 0.5
Hex B4 3 FA 1C 63 0 2 11B 62 32
Octal 264 3 372 34 143 0 2 433 142 62
Binary 10110100 11 11111010 11100 1100011 0 10 100011011 1100010 110010

Color Harmonies of #B403FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403FA

Black with #B403FA

Text Example


Text Example

White with #B403FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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