Html Css Color HEX #B904FD Electric Purple

📋 copy color: '#B904FD'

red 185 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #B904FD

Tints of Electric Purple #B904FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 41.86%
G = 0.9%
B = 57.24%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B904FD (or 0xB904FD) is known color: Electric Purple. HEX triplet: B9, 04 and FD. RGB value is (185,4,253). Sum of RGB (Red+Green+Blue) = 185+4+253=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #B904FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B904FD is #46FB02. Grayscale: #555555. Windows color (decimal): -4651779 or 16581817. OLE color: 16581817.

HSL color Cylindrical-coordinate representation of color #B904FD: hue angle of 283.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904FD is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 4 253 -
CMYK 0.27 0.98 0 0.01
HSL 283.61º 0.98% 0.5% -
HSV(B) 283.61º 0.98% 0.99% -
XYZ 37.78 17.49 94.31 -
YUV 86.51 221.97 198.25 -
System Red Green Blue C M Y K H S L
Decimal 185 4 253 0.27 0.98 0 0.01 283.61 0.98 0.5
Hex B9 4 FD 1B 62 0 1 11C 62 32
Octal 271 4 375 33 142 0 1 434 142 62
Binary 10111001 100 11111101 11011 1100010 0 1 100011100 1100010 110010

Color Harmonies of #B904FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904FD

Black with #B904FD

Text Example


Text Example

White with #B904FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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