Html Css Color HEX #B302F7 Electric Purple

📋 copy color: '#B302F7'

red 179 ◦ green 2 ◦ blue 247

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

Shades of Electric Purple #B302F7

Tints of Electric Purple #B302F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.71%

R = 41.82%
G = 0.47%
B = 57.71%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B302F7 (or 0xB302F7) is known color: Electric Purple. HEX triplet: B3, 02 and F7. RGB value is (179,2,247). Sum of RGB (Red+Green+Blue) = 179+2+247=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 247 (96.88% from 255 or 57.71% from 428); Max value from RGB is 247 - color contains mainly: blue. Hex color #B302F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B302F7 is #4CFD08. Grayscale: #525252. Windows color (decimal): -5045513 or 16188083. OLE color: 16188083.

HSL color Cylindrical-coordinate representation of color #B302F7: hue angle of 283.35º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302F7 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 2 247 -
CMYK 0.28 0.99 0 0.03
HSL 283.35º 0.98% 0.49% -
HSV(B) 283.35º 0.99% 0.97% -
XYZ 35.4 16.34 89.28 -
YUV 82.85 220.64 196.58 -
System Red Green Blue C M Y K H S L
Decimal 179 2 247 0.28 0.99 0 0.03 283.35 0.98 0.49
Hex B3 2 F7 1C 63 0 3 11B 62 31
Octal 263 2 367 34 143 0 3 433 142 61
Binary 10110011 10 11110111 11100 1100011 0 11 100011011 1100010 110001

Color Harmonies of #B302F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302F7

Black with #B302F7

Text Example


Text Example

White with #B302F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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