Html Css Color HEX #B402EC Electric Purple

📋 copy color: '#B402EC'

red 180 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #B402EC

Tints of Electric Purple #B402EC

RGB

 RED value IS 180 (70.7% from 255) = 43.06%

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

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 43.06%
G = 0.48%
B = 56.46%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B402EC (or 0xB402EC) is known color: Electric Purple. HEX triplet: B4, 02 and EC. RGB value is (180,2,236). Sum of RGB (Red+Green+Blue) = 180+2+236=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #B402EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B402EC is #4BFD13. Grayscale: #515151. Windows color (decimal): -4979988 or 15467188. OLE color: 15467188.

HSL color Cylindrical-coordinate representation of color #B402EC: hue angle of 285.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402EC is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 2 236 -
CMYK 0.24 0.99 0 0.07
HSL 285.64º 0.98% 0.47% -
HSV(B) 285.64º 0.99% 0.93% -
XYZ 33.98 15.8 80.62 -
YUV 81.9 214.97 197.97 -
System Red Green Blue C M Y K H S L
Decimal 180 2 236 0.24 0.99 0 0.07 285.64 0.98 0.47
Hex B4 2 EC 18 63 0 7 11E 62 2F
Octal 264 2 354 30 143 0 7 436 142 57
Binary 10110100 10 11101100 11000 1100011 0 111 100011110 1100010 101111

Color Harmonies of #B402EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B402EC

Black with #B402EC

Text Example


Text Example

White with #B402EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B402EC; }

 p { color: rgb(180,2,236); }

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

background-color css

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

 a { background-color: rgb(180,2,236); }

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

border-color css

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

 span { border-color: rgb(180,2,236); }

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