Html Css Color HEX #B003FA Electric Purple

📋 copy color: '#B003FA'

red 176 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #B003FA

Tints of Electric Purple #B003FA

RGB

 RED value IS 176 (69.14% from 255) = 41.03%

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

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

R = 41.03%
G = 0.7%
B = 58.28%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B003FA (or 0xB003FA) is known color: Electric Purple. HEX triplet: B0, 03 and FA. RGB value is (176,3,250). Sum of RGB (Red+Green+Blue) = 176+3+250=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #B003FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B003FA is #4FFC05. Grayscale: #525252. Windows color (decimal): -5241862 or 16384944. OLE color: 16384944.

HSL color Cylindrical-coordinate representation of color #B003FA: hue angle of 282.02º 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 #B003FA is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 3 250 -
CMYK 0.30 0.99 0 0.02
HSL 282.02º 0.98% 0.5% -
HSV(B) 282.02º 0.99% 0.98% -
XYZ 35.19 16.2 91.71 -
YUV 82.89 222.31 194.42 -
System Red Green Blue C M Y K H S L
Decimal 176 3 250 0.30 0.99 0 0.02 282.02 0.98 0.5
Hex B0 3 FA 1E 63 0 2 11A 62 32
Octal 260 3 372 36 143 0 2 432 142 62
Binary 10110000 11 11111010 11110 1100011 0 10 100011010 1100010 110010

Color Harmonies of #B003FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B003FA

Black with #B003FA

Text Example


Text Example

White with #B003FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B003FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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