Html Css Color HEX #B302ED Electric Purple

📋 copy color: '#B302ED'

red 179 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #B302ED

Tints of Electric Purple #B302ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.7%

R = 42.82%
G = 0.48%
B = 56.7%

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

#B302ED (or 0xB302ED) is known color: Electric Purple. HEX triplet: B3, 02 and ED. RGB value is (179,2,237). Sum of RGB (Red+Green+Blue) = 179+2+237=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #B302ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B302ED is #4CFD12. Grayscale: #505050. Windows color (decimal): -5045523 or 15532723. OLE color: 15532723.

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

Color convert

RGB 179 2 237 -
CMYK 0.24 0.99 0 0.07
HSL 285.19º 0.98% 0.47% -
HSV(B) 285.19º 0.99% 0.93% -
XYZ 33.9 15.74 81.37 -
YUV 81.71 215.64 197.39 -
System Red Green Blue C M Y K H S L
Decimal 179 2 237 0.24 0.99 0 0.07 285.19 0.98 0.47
Hex B3 2 ED 18 63 0 7 11D 62 2F
Octal 263 2 355 30 143 0 7 435 142 57
Binary 10110011 10 11101101 11000 1100011 0 111 100011101 1100010 101111

Color Harmonies of #B302ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302ED

Black with #B302ED

Text Example


Text Example

White with #B302ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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