Html Css Color HEX #B602F6 Electric Purple

📋 copy color: '#B602F6'

red 182 ◦ green 2 ◦ blue 246

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

Shades of Electric Purple #B602F6

Tints of Electric Purple #B602F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 57.21%

R = 42.33%
G = 0.47%
B = 57.21%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B602F6 (or 0xB602F6) is known color: Electric Purple. HEX triplet: B6, 02 and F6. RGB value is (182,2,246). Sum of RGB (Red+Green+Blue) = 182+2+246=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #B602F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B602F6 is #49FD09. Grayscale: #525252. Windows color (decimal): -4848906 or 16122550. OLE color: 16122550.

HSL color Cylindrical-coordinate representation of color #B602F6: hue angle of 284.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602F6 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 2 246 -
CMYK 0.26 0.99 0 0.04
HSL 284.26º 0.98% 0.49% -
HSV(B) 284.26º 0.99% 0.96% -
XYZ 35.95 16.64 88.51 -
YUV 83.64 219.63 198.16 -
System Red Green Blue C M Y K H S L
Decimal 182 2 246 0.26 0.99 0 0.04 284.26 0.98 0.49
Hex B6 2 F6 1A 63 0 4 11C 62 31
Octal 266 2 366 32 143 0 4 434 142 61
Binary 10110110 10 11110110 11010 1100011 0 100 100011100 1100010 110001

Color Harmonies of #B602F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B602F6

Black with #B602F6

Text Example


Text Example

White with #B602F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B602F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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