Html Css Color HEX #B604EC Electric Purple

📋 copy color: '#B604EC'

red 182 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #B604EC

Tints of Electric Purple #B604EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 43.13%
G = 0.95%
B = 55.92%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B604EC (or 0xB604EC) is known color: Electric Purple. HEX triplet: B6, 04 and EC. RGB value is (182,4,236). Sum of RGB (Red+Green+Blue) = 182+4+236=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #B604EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B604EC is #49FB13. Grayscale: #525252. Windows color (decimal): -4848404 or 15467702. OLE color: 15467702.

HSL color Cylindrical-coordinate representation of color #B604EC: hue angle of 286.03º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B604EC is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 4 236 -
CMYK 0.23 0.98 0 0.07
HSL 286.03º 0.97% 0.47% -
HSV(B) 286.03º 0.98% 0.93% -
XYZ 34.48 16.09 80.65 -
YUV 83.67 213.97 198.14 -
System Red Green Blue C M Y K H S L
Decimal 182 4 236 0.23 0.98 0 0.07 286.03 0.97 0.47
Hex B6 4 EC 17 62 0 7 11E 61 2F
Octal 266 4 354 27 142 0 7 436 141 57
Binary 10110110 100 11101100 10111 1100010 0 111 100011110 1100001 101111

Color Harmonies of #B604EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B604EC

Black with #B604EC

Text Example


Text Example

White with #B604EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B604EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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