Html Css Color HEX #B702E6 Electric Purple

📋 copy color: '#B702E6'

red 183 ◦ green 2 ◦ blue 230

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

Shades of Electric Purple #B702E6

Tints of Electric Purple #B702E6

RGB

 RED value IS 183 (71.88% from 255) = 44.1%

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

 BLUE value IS 230 (90.23% from 255) = 55.42%

R = 44.1%
G = 0.48%
B = 55.42%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B702E6 (or 0xB702E6) is known color: Electric Purple. HEX triplet: B7, 02 and E6. RGB value is (183,2,230). Sum of RGB (Red+Green+Blue) = 183+2+230=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #B702E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B702E6 is #48FD19. Grayscale: #515151. Windows color (decimal): -4783386 or 15073975. OLE color: 15073975.

HSL color Cylindrical-coordinate representation of color #B702E6: hue angle of 287.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B702E6 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 2 230 -
CMYK 0.20 0.99 0 0.10
HSL 287.63º 0.98% 0.45% -
HSV(B) 287.63º 0.99% 0.9% -
XYZ 33.83 15.82 76.13 -
YUV 82.11 211.47 199.96 -
System Red Green Blue C M Y K H S L
Decimal 183 2 230 0.20 0.99 0 0.10 287.63 0.98 0.45
Hex B7 2 E6 14 63 0 A 120 62 2D
Octal 267 2 346 24 143 0 12 440 142 55
Binary 10110111 10 11100110 10100 1100011 0 1010 100100000 1100010 101101

Color Harmonies of #B702E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B702E6

Black with #B702E6

Text Example


Text Example

White with #B702E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B702E6; }

 p { color: rgb(183,2,230); }

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

background-color css

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

 a { background-color: rgb(183,2,230); }

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

border-color css

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

 span { border-color: rgb(183,2,230); }

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