Html Css Color HEX #B302FC Electric Purple

📋 copy color: '#B302FC'

red 179 ◦ green 2 ◦ blue 252

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

Shades of Electric Purple #B302FC

Tints of Electric Purple #B302FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 41.34%
G = 0.46%
B = 58.2%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B302FC (or 0xB302FC) is known color: Electric Purple. HEX triplet: B3, 02 and FC. RGB value is (179,2,252). Sum of RGB (Red+Green+Blue) = 179+2+252=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #B302FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B302FC is #4CFD03. Grayscale: #525252. Windows color (decimal): -5045508 or 16515763. OLE color: 16515763.

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

Color convert

RGB 179 2 252 -
CMYK 0.29 0.99 0 0.01
HSL 282.48º 0.98% 0.5% -
HSV(B) 282.48º 0.99% 0.99% -
XYZ 36.18 16.66 93.4 -
YUV 83.42 223.14 196.17 -
System Red Green Blue C M Y K H S L
Decimal 179 2 252 0.29 0.99 0 0.01 282.48 0.98 0.5
Hex B3 2 FC 1D 63 0 1 11A 62 32
Octal 263 2 374 35 143 0 1 432 142 62
Binary 10110011 10 11111100 11101 1100011 0 1 100011010 1100010 110010

Color Harmonies of #B302FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302FC

Black with #B302FC

Text Example


Text Example

White with #B302FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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