Html Css Color HEX #B303F4 Electric Purple

📋 copy color: '#B303F4'

red 179 ◦ green 3 ◦ blue 244

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

Shades of Electric Purple #B303F4

Tints of Electric Purple #B303F4

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

 BLUE value IS 244 (95.7% from 255) = 57.28%

R = 42.02%
G = 0.7%
B = 57.28%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B303F4 (or 0xB303F4) is known color: Electric Purple. HEX triplet: B3, 03 and F4. RGB value is (179,3,244). Sum of RGB (Red+Green+Blue) = 179+3+244=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 244 (95.70% from 255 or 57.28% from 426); Max value from RGB is 244 - color contains mainly: blue. Hex color #B303F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B303F4 is #4CFC0B. Grayscale: #525252. Windows color (decimal): -5045260 or 15991731. OLE color: 15991731.

HSL color Cylindrical-coordinate representation of color #B303F4: hue angle of 283.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B303F4 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 3 244 -
CMYK 0.27 0.99 0 0.04
HSL 283.82º 0.98% 0.48% -
HSV(B) 283.82º 0.99% 0.96% -
XYZ 34.95 16.18 86.87 -
YUV 83.1 218.81 196.4 -
System Red Green Blue C M Y K H S L
Decimal 179 3 244 0.27 0.99 0 0.04 283.82 0.98 0.48
Hex B3 3 F4 1B 63 0 4 11C 62 30
Octal 263 3 364 33 143 0 4 434 142 60
Binary 10110011 11 11110100 11011 1100011 0 100 100011100 1100010 110000

Color Harmonies of #B303F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303F4

Black with #B303F4

Text Example


Text Example

White with #B303F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303F4; }

 p { color: rgb(179,3,244); }

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

background-color css

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

 a { background-color: rgb(179,3,244); }

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

border-color css

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

 span { border-color: rgb(179,3,244); }

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