Html Css Color HEX #B904E5 Electric Purple

📋 copy color: '#B904E5'

red 185 ◦ green 4 ◦ blue 229

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

Shades of Electric Purple #B904E5

Tints of Electric Purple #B904E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.78%

R = 44.26%
G = 0.96%
B = 54.78%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B904E5 (or 0xB904E5) is known color: Electric Purple. HEX triplet: B9, 04 and E5. RGB value is (185,4,229). Sum of RGB (Red+Green+Blue) = 185+4+229=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #B904E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904E5 is #46FB1A. Grayscale: #535353. Windows color (decimal): -4651803 or 15008953. OLE color: 15008953.

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

Color convert

RGB 185 4 229 -
CMYK 0.19 0.98 0 0.10
HSL 288.27º 0.97% 0.46% -
HSV(B) 288.27º 0.98% 0.9% -
XYZ 34.19 16.06 75.43 -
YUV 83.77 209.97 200.2 -
System Red Green Blue C M Y K H S L
Decimal 185 4 229 0.19 0.98 0 0.10 288.27 0.97 0.46
Hex B9 4 E5 13 62 0 A 120 61 2E
Octal 271 4 345 23 142 0 12 440 141 56
Binary 10111001 100 11100101 10011 1100010 0 1010 100100000 1100001 101110

Color Harmonies of #B904E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904E5

Black with #B904E5

Text Example


Text Example

White with #B904E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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