Html Css Color HEX #B302E1 Electric Purple

📋 copy color: '#B302E1'

red 179 ◦ green 2 ◦ blue 225

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

Shades of Electric Purple #B302E1

Tints of Electric Purple #B302E1

RGB

 RED value IS 179 (70.31% from 255) = 44.09%

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

 BLUE value IS 225 (88.28% from 255) = 55.42%

R = 44.09%
G = 0.49%
B = 55.42%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B302E1 (or 0xB302E1) is known color: Electric Purple. HEX triplet: B3, 02 and E1. RGB value is (179,2,225). Sum of RGB (Red+Green+Blue) = 179+2+225=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #B302E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302E1 is #4CFD1E. Grayscale: #4F4F4F. Windows color (decimal): -5045535 or 14746291. OLE color: 14746291.

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

Color convert

RGB 179 2 225 -
CMYK 0.20 0.99 0 0.12
HSL 287.62º 0.98% 0.45% -
HSV(B) 287.62º 0.99% 0.88% -
XYZ 32.2 15.06 72.44 -
YUV 80.35 209.64 198.37 -
System Red Green Blue C M Y K H S L
Decimal 179 2 225 0.20 0.99 0 0.12 287.62 0.98 0.45
Hex B3 2 E1 14 63 0 C 120 62 2D
Octal 263 2 341 24 143 0 14 440 142 55
Binary 10110011 10 11100001 10100 1100011 0 1100 100100000 1100010 101101

Color Harmonies of #B302E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302E1

Black with #B302E1

Text Example


Text Example

White with #B302E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302E1; }

 p { color: rgb(179,2,225); }

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

background-color css

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

 a { background-color: rgb(179,2,225); }

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

border-color css

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

 span { border-color: rgb(179,2,225); }

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