Html Css Color HEX #B904FB Electric Purple

📋 copy color: '#B904FB'

red 185 ◦ green 4 ◦ blue 251

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

Shades of Electric Purple #B904FB

Tints of Electric Purple #B904FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.05%

R = 42.05%
G = 0.91%
B = 57.05%

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

#B904FB (or 0xB904FB) is known color: Electric Purple. HEX triplet: B9, 04 and FB. RGB value is (185,4,251). Sum of RGB (Red+Green+Blue) = 185+4+251=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #B904FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B904FB is #46FB04. Grayscale: #555555. Windows color (decimal): -4651781 or 16450745. OLE color: 16450745.

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

Color convert

RGB 185 4 251 -
CMYK 0.26 0.98 0 0.02
HSL 283.97º 0.97% 0.5% -
HSV(B) 283.97º 0.98% 0.98% -
XYZ 37.46 17.37 92.64 -
YUV 86.28 220.97 198.42 -
System Red Green Blue C M Y K H S L
Decimal 185 4 251 0.26 0.98 0 0.02 283.97 0.97 0.5
Hex B9 4 FB 1A 62 0 2 11C 61 32
Octal 271 4 373 32 142 0 2 434 141 62
Binary 10111001 100 11111011 11010 1100010 0 10 100011100 1100001 110010

Color Harmonies of #B904FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904FB

Black with #B904FB

Text Example


Text Example

White with #B904FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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