Html Css Color HEX #B602F2 Electric Purple

📋 copy color: '#B602F2'

red 182 ◦ green 2 ◦ blue 242

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

Shades of Electric Purple #B602F2

Tints of Electric Purple #B602F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.81%

R = 42.72%
G = 0.47%
B = 56.81%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B602F2 (or 0xB602F2) is known color: Electric Purple. HEX triplet: B6, 02 and F2. RGB value is (182,2,242). Sum of RGB (Red+Green+Blue) = 182+2+242=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #B602F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B602F2 is #49FD0D. Grayscale: #525252. Windows color (decimal): -4848910 or 15860406. OLE color: 15860406.

HSL color Cylindrical-coordinate representation of color #B602F2: hue angle of 285º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602F2 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 2 242 -
CMYK 0.25 0.99 0 0.05
HSL 285º 0.98% 0.48% -
HSV(B) 285º 0.99% 0.95% -
XYZ 35.34 16.4 85.31 -
YUV 83.18 217.63 198.49 -
System Red Green Blue C M Y K H S L
Decimal 182 2 242 0.25 0.99 0 0.05 285 0.98 0.48
Hex B6 2 F2 19 63 0 5 11D 62 30
Octal 266 2 362 31 143 0 5 435 142 60
Binary 10110110 10 11110010 11001 1100011 0 101 100011101 1100010 110000

Color Harmonies of #B602F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B602F2

Black with #B602F2

Text Example


Text Example

White with #B602F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B602F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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