Html Css Color HEX #B904E4 Electric Purple

📋 copy color: '#B904E4'

red 185 ◦ green 4 ◦ blue 228

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

Shades of Electric Purple #B904E4

Tints of Electric Purple #B904E4

RGB

 RED value IS 185 (72.66% from 255) = 44.36%

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

 BLUE value IS 228 (89.45% from 255) = 54.68%

R = 44.36%
G = 0.96%
B = 54.68%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B904E4 (or 0xB904E4) is known color: Electric Purple. HEX triplet: B9, 04 and E4. RGB value is (185,4,228). Sum of RGB (Red+Green+Blue) = 185+4+228=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 228 (89.45% from 255 or 54.68% from 417); Max value from RGB is 228 - color contains mainly: blue. Hex color #B904E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904E4 is #46FB1B. Grayscale: #525252. Windows color (decimal): -4651804 or 14943417. OLE color: 14943417.

HSL color Cylindrical-coordinate representation of color #B904E4: hue angle of 288.48º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904E4 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 4 228 -
CMYK 0.19 0.98 0 0.11
HSL 288.48º 0.97% 0.45% -
HSV(B) 288.48º 0.98% 0.89% -
XYZ 34.05 16 74.69 -
YUV 83.66 209.47 200.29 -
System Red Green Blue C M Y K H S L
Decimal 185 4 228 0.19 0.98 0 0.11 288.48 0.97 0.45
Hex B9 4 E4 13 62 0 B 120 61 2D
Octal 271 4 344 23 142 0 13 440 141 55
Binary 10111001 100 11100100 10011 1100010 0 1011 100100000 1100001 101101

Color Harmonies of #B904E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904E4

Black with #B904E4

Text Example


Text Example

White with #B904E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904E4; }

 p { color: rgb(185,4,228); }

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

background-color css

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

 a { background-color: rgb(185,4,228); }

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

border-color css

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

 span { border-color: rgb(185,4,228); }

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