Html Css Color HEX #B602F7 Electric Purple

📋 copy color: '#B602F7'

red 182 ◦ green 2 ◦ blue 247

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

Shades of Electric Purple #B602F7

Tints of Electric Purple #B602F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.31%

R = 42.23%
G = 0.46%
B = 57.31%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B602F7 (or 0xB602F7) is known color: Electric Purple. HEX triplet: B6, 02 and F7. RGB value is (182,2,247). Sum of RGB (Red+Green+Blue) = 182+2+247=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 247 (96.88% from 255 or 57.31% from 431); Max value from RGB is 247 - color contains mainly: blue. Hex color #B602F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B602F7 is #49FD08. Grayscale: #525252. Windows color (decimal): -4848905 or 16188086. OLE color: 16188086.

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

Color convert

RGB 182 2 247 -
CMYK 0.26 0.99 0 0.03
HSL 284.08º 0.98% 0.49% -
HSV(B) 284.08º 0.99% 0.97% -
XYZ 36.1 16.7 89.32 -
YUV 83.75 220.13 198.08 -
System Red Green Blue C M Y K H S L
Decimal 182 2 247 0.26 0.99 0 0.03 284.08 0.98 0.49
Hex B6 2 F7 1A 63 0 3 11C 62 31
Octal 266 2 367 32 143 0 3 434 142 61
Binary 10110110 10 11110111 11010 1100011 0 11 100011100 1100010 110001

Color Harmonies of #B602F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B602F7

Black with #B602F7

Text Example


Text Example

White with #B602F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B602F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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