Html Css Color HEX #B104FA Electric Purple

📋 copy color: '#B104FA'

red 177 ◦ green 4 ◦ blue 250

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

Shades of Electric Purple #B104FA

Tints of Electric Purple #B104FA

RGB

 RED value IS 177 (69.53% from 255) = 41.07%

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 41.07%
G = 0.93%
B = 58%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B104FA (or 0xB104FA) is known color: Electric Purple. HEX triplet: B1, 04 and FA. RGB value is (177,4,250). Sum of RGB (Red+Green+Blue) = 177+4+250=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #B104FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B104FA is #4EFB05. Grayscale: #525252. Windows color (decimal): -5176070 or 16385201. OLE color: 16385201.

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

Color convert

RGB 177 4 250 -
CMYK 0.29 0.98 0 0.02
HSL 282.2º 0.97% 0.5% -
HSV(B) 282.2º 0.98% 0.98% -
XYZ 35.43 16.34 91.73 -
YUV 83.77 221.81 194.5 -
System Red Green Blue C M Y K H S L
Decimal 177 4 250 0.29 0.98 0 0.02 282.2 0.97 0.5
Hex B1 4 FA 1D 62 0 2 11A 61 32
Octal 261 4 372 35 142 0 2 432 141 62
Binary 10110001 100 11111010 11101 1100010 0 10 100011010 1100001 110010

Color Harmonies of #B104FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B104FA

Black with #B104FA

Text Example


Text Example

White with #B104FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B104FA; }

 p { color: rgb(177,4,250); }

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

background-color css

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

 a { background-color: rgb(177,4,250); }

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

border-color css

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

 span { border-color: rgb(177,4,250); }

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