Html Css Color HEX #B904FA Electric Purple

📋 copy color: '#B904FA'

red 185 ◦ green 4 ◦ blue 250

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

Shades of Electric Purple #B904FA

Tints of Electric Purple #B904FA

RGB

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

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

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

R = 42.14%
G = 0.91%
B = 56.95%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B904FA (or 0xB904FA) is known color: Electric Purple. HEX triplet: B9, 04 and FA. RGB value is (185,4,250). Sum of RGB (Red+Green+Blue) = 185+4+250=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #B904FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B904FA is #46FB05. Grayscale: #555555. Windows color (decimal): -4651782 or 16385209. OLE color: 16385209.

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

Color convert

RGB 185 4 250 -
CMYK 0.26 0.98 0 0.02
HSL 284.15º 0.97% 0.5% -
HSV(B) 284.15º 0.98% 0.98% -
XYZ 37.31 17.3 91.82 -
YUV 86.16 220.47 198.5 -
System Red Green Blue C M Y K H S L
Decimal 185 4 250 0.26 0.98 0 0.02 284.15 0.97 0.5
Hex B9 4 FA 1A 62 0 2 11C 61 32
Octal 271 4 372 32 142 0 2 434 141 62
Binary 10111001 100 11111010 11010 1100010 0 10 100011100 1100001 110010

Color Harmonies of #B904FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904FA

Black with #B904FA

Text Example


Text Example

White with #B904FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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