Html Css Color HEX #B904F8 Electric Purple

📋 copy color: '#B904F8'

red 185 ◦ green 4 ◦ blue 248

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

Shades of Electric Purple #B904F8

Tints of Electric Purple #B904F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.75%

R = 42.33%
G = 0.92%
B = 56.75%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B904F8 (or 0xB904F8) is known color: Electric Purple. HEX triplet: B9, 04 and F8. RGB value is (185,4,248). Sum of RGB (Red+Green+Blue) = 185+4+248=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #B904F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B904F8 is #46FB07. Grayscale: #555555. Windows color (decimal): -4651784 or 16254137. OLE color: 16254137.

HSL color Cylindrical-coordinate representation of color #B904F8: hue angle of 284.51º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904F8 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 4 248 -
CMYK 0.25 0.98 0 0.03
HSL 284.51º 0.97% 0.49% -
HSV(B) 284.51º 0.98% 0.97% -
XYZ 36.99 17.18 90.17 -
YUV 85.94 219.47 198.66 -
System Red Green Blue C M Y K H S L
Decimal 185 4 248 0.25 0.98 0 0.03 284.51 0.97 0.49
Hex B9 4 F8 19 62 0 3 11D 61 31
Octal 271 4 370 31 142 0 3 435 141 61
Binary 10111001 100 11111000 11001 1100010 0 11 100011101 1100001 110001

Color Harmonies of #B904F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904F8

Black with #B904F8

Text Example


Text Example

White with #B904F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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