Html Css Color HEX #B302FF Electric Purple

📋 copy color: '#B302FF'

red 179 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #B302FF

Tints of Electric Purple #B302FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 41.06%
G = 0.46%
B = 58.49%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B302FF (or 0xB302FF) is known color: Electric Purple. HEX triplet: B3, 02 and FF. RGB value is (179,2,255). Sum of RGB (Red+Green+Blue) = 179+2+255=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #B302FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B302FF is #4CFD00. Grayscale: #525252. Windows color (decimal): -5045505 or 16712371. OLE color: 16712371.

HSL color Cylindrical-coordinate representation of color #B302FF: hue angle of 281.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302FF is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 2 255 -
CMYK 0.30 0.99 0 0
HSL 281.98º 1% 0.5% -
HSV(B) 281.98º 0.99% 1% -
XYZ 36.66 16.85 95.93 -
YUV 83.77 224.64 195.93 -
System Red Green Blue C M Y K H S L
Decimal 179 2 255 0.30 0.99 0 0 281.98 1 0.5
Hex B3 2 FF 1E 63 0 0 11A 64 32
Octal 263 2 377 36 143 0 0 432 144 62
Binary 10110011 10 11111111 11110 1100011 0 0 100011010 1100100 110010

Color Harmonies of #B302FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302FF

Black with #B302FF

Text Example


Text Example

White with #B302FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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