Html Css Color HEX #B104FF Electric Purple

📋 copy color: '#B104FF'

red 177 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #B104FF

Tints of Electric Purple #B104FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 40.6%
G = 0.92%
B = 58.49%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B104FF (or 0xB104FF) is known color: Electric Purple. HEX triplet: B1, 04 and FF. RGB value is (177,4,255). Sum of RGB (Red+Green+Blue) = 177+4+255=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #B104FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B104FF is #4EFB00. Grayscale: #535353. Windows color (decimal): -5176065 or 16712881. OLE color: 16712881.

HSL color Cylindrical-coordinate representation of color #B104FF: hue angle of 281.35º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104FF is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 4 255 -
CMYK 0.31 0.98 0 0
HSL 281.35º 1% 0.51% -
HSV(B) 281.35º 0.98% 1% -
XYZ 36.22 16.65 95.91 -
YUV 84.34 224.31 194.09 -
System Red Green Blue C M Y K H S L
Decimal 177 4 255 0.31 0.98 0 0 281.35 1 0.51
Hex B1 4 FF 1F 62 0 0 119 64 33
Octal 261 4 377 37 142 0 0 431 144 63
Binary 10110001 100 11111111 11111 1100010 0 0 100011001 1100100 110011

Color Harmonies of #B104FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B104FF

Black with #B104FF

Text Example


Text Example

White with #B104FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B104FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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