Html Css Color HEX #B704FE Electric Purple

📋 copy color: '#B704FE'

red 183 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #B704FE

Tints of Electric Purple #B704FE

RGB

 RED value IS 183 (71.88% from 255) = 41.5%

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

 BLUE value IS 254 (99.61% from 255) = 57.6%

R = 41.5%
G = 0.91%
B = 57.6%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B704FE (or 0xB704FE) is known color: Electric Purple. HEX triplet: B7, 04 and FE. RGB value is (183,4,254). Sum of RGB (Red+Green+Blue) = 183+4+254=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #B704FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B704FE is #48FB01. Grayscale: #555555. Windows color (decimal): -4782850 or 16647351. OLE color: 16647351.

HSL color Cylindrical-coordinate representation of color #B704FE: hue angle of 282.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B704FE is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 4 254 -
CMYK 0.28 0.98 0 0.00
HSL 282.96º 0.99% 0.51% -
HSV(B) 282.96º 0.98% 1% -
XYZ 37.46 17.31 95.13 -
YUV 86.02 222.8 197.17 -
System Red Green Blue C M Y K H S L
Decimal 183 4 254 0.28 0.98 0 0.00 282.96 0.99 0.51
Hex B7 4 FE 1C 62 0 0 11B 63 33
Octal 267 4 376 34 142 0 0 433 143 63
Binary 10110111 100 11111110 11100 1100010 0 0 100011011 1100011 110011

Color Harmonies of #B704FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B704FE

Black with #B704FE

Text Example


Text Example

White with #B704FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B704FE; }

 p { color: rgb(183,4,254); }

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

background-color css

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

 a { background-color: rgb(183,4,254); }

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

border-color css

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

 span { border-color: rgb(183,4,254); }

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