Html Css Color HEX #B402EE Electric Purple

📋 copy color: '#B402EE'

red 180 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #B402EE

Tints of Electric Purple #B402EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.67%

R = 42.86%
G = 0.48%
B = 56.67%

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

#B402EE (or 0xB402EE) is known color: Electric Purple. HEX triplet: B4, 02 and EE. RGB value is (180,2,238). Sum of RGB (Red+Green+Blue) = 180+2+238=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #B402EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B402EE is #4BFD11. Grayscale: #515151. Windows color (decimal): -4979986 or 15598260. OLE color: 15598260.

HSL color Cylindrical-coordinate representation of color #B402EE: hue angle of 285.25º 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 #B402EE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 2 238 -
CMYK 0.24 0.99 0 0.07
HSL 285.25º 0.98% 0.47% -
HSV(B) 285.25º 0.99% 0.93% -
XYZ 34.28 15.92 82.16 -
YUV 82.13 215.97 197.81 -
System Red Green Blue C M Y K H S L
Decimal 180 2 238 0.24 0.99 0 0.07 285.25 0.98 0.47
Hex B4 2 EE 18 63 0 7 11D 62 2F
Octal 264 2 356 30 143 0 7 435 142 57
Binary 10110100 10 11101110 11000 1100011 0 111 100011101 1100010 101111

Color Harmonies of #B402EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B402EE

Black with #B402EE

Text Example


Text Example

White with #B402EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B402EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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