Html Css Color HEX #B604FF Electric Purple

📋 copy color: '#B604FF'

red 182 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #B604FF

Tints of Electric Purple #B604FF

RGB

 RED value IS 182 (71.48% from 255) = 41.27%

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

 BLUE value IS 255 (100% from 255) = 57.82%

R = 41.27%
G = 0.91%
B = 57.82%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B604FF (or 0xB604FF) is known color: Electric Purple. HEX triplet: B6, 04 and FF. RGB value is (182,4,255). Sum of RGB (Red+Green+Blue) = 182+4+255=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #B604FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B604FF is #49FB00. Grayscale: #555555. Windows color (decimal): -4848385 or 16712886. OLE color: 16712886.

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

Color convert

RGB 182 4 255 -
CMYK 0.29 0.98 0 0
HSL 282.55º 1% 0.51% -
HSV(B) 282.55º 0.98% 1% -
XYZ 37.38 17.25 95.97 -
YUV 85.84 223.47 196.59 -
System Red Green Blue C M Y K H S L
Decimal 182 4 255 0.29 0.98 0 0 282.55 1 0.51
Hex B6 4 FF 1D 62 0 0 11B 64 33
Octal 266 4 377 35 142 0 0 433 144 63
Binary 10110110 100 11111111 11101 1100010 0 0 100011011 1100100 110011

Color Harmonies of #B604FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B604FF

Black with #B604FF

Text Example


Text Example

White with #B604FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B604FF; }

 p { color: rgb(182,4,255); }

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

background-color css

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

 a { background-color: rgb(182,4,255); }

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

border-color css

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

 span { border-color: rgb(182,4,255); }

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