Html Css Color HEX #B602EC Electric Purple

📋 copy color: '#B602EC'

red 182 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #B602EC

Tints of Electric Purple #B602EC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 43.33%
G = 0.48%
B = 56.19%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B602EC (or 0xB602EC) is known color: Electric Purple. HEX triplet: B6, 02 and EC. RGB value is (182,2,236). Sum of RGB (Red+Green+Blue) = 182+2+236=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #B602EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B602EC is #49FD13. Grayscale: #515151. Windows color (decimal): -4848916 or 15467190. OLE color: 15467190.

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

Color convert

RGB 182 2 236 -
CMYK 0.23 0.99 0 0.07
HSL 286.15º 0.98% 0.47% -
HSV(B) 286.15º 0.99% 0.93% -
XYZ 34.45 16.04 80.64 -
YUV 82.5 214.63 198.97 -
System Red Green Blue C M Y K H S L
Decimal 182 2 236 0.23 0.99 0 0.07 286.15 0.98 0.47
Hex B6 2 EC 17 63 0 7 11E 62 2F
Octal 266 2 354 27 143 0 7 436 142 57
Binary 10110110 10 11101100 10111 1100011 0 111 100011110 1100010 101111

Color Harmonies of #B602EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B602EC

Black with #B602EC

Text Example


Text Example

White with #B602EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B602EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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