Html Css Color HEX #B602E7 Electric Purple

📋 copy color: '#B602E7'

red 182 ◦ green 2 ◦ blue 231

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

Shades of Electric Purple #B602E7

Tints of Electric Purple #B602E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.66%

R = 43.86%
G = 0.48%
B = 55.66%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B602E7 (or 0xB602E7) is known color: Electric Purple. HEX triplet: B6, 02 and E7. RGB value is (182,2,231). Sum of RGB (Red+Green+Blue) = 182+2+231=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #B602E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B602E7 is #49FD18. Grayscale: #515151. Windows color (decimal): -4848921 or 15139510. OLE color: 15139510.

HSL color Cylindrical-coordinate representation of color #B602E7: hue angle of 287.16º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602E7 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 2 231 -
CMYK 0.21 0.99 0 0.09
HSL 287.16º 0.98% 0.46% -
HSV(B) 287.16º 0.99% 0.91% -
XYZ 33.74 15.76 76.86 -
YUV 81.93 212.13 199.38 -
System Red Green Blue C M Y K H S L
Decimal 182 2 231 0.21 0.99 0 0.09 287.16 0.98 0.46
Hex B6 2 E7 15 63 0 9 11F 62 2E
Octal 266 2 347 25 143 0 11 437 142 56
Binary 10110110 10 11100111 10101 1100011 0 1001 100011111 1100010 101110

Color Harmonies of #B602E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B602E7

Black with #B602E7

Text Example


Text Example

White with #B602E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B602E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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