Html Css Color HEX #B303F3 Electric Purple

📋 copy color: '#B303F3'

red 179 ◦ green 3 ◦ blue 243

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

Shades of Electric Purple #B303F3

Tints of Electric Purple #B303F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.18%

R = 42.12%
G = 0.71%
B = 57.18%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B303F3 (or 0xB303F3) is known color: Electric Purple. HEX triplet: B3, 03 and F3. RGB value is (179,3,243). Sum of RGB (Red+Green+Blue) = 179+3+243=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #B303F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B303F3 is #4CFC0C. Grayscale: #525252. Windows color (decimal): -5045261 or 15926195. OLE color: 15926195.

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

Color convert

RGB 179 3 243 -
CMYK 0.26 0.99 0 0.05
HSL 284º 0.98% 0.48% -
HSV(B) 284º 0.99% 0.95% -
XYZ 34.8 16.12 86.07 -
YUV 82.98 218.31 196.49 -
System Red Green Blue C M Y K H S L
Decimal 179 3 243 0.26 0.99 0 0.05 284 0.98 0.48
Hex B3 3 F3 1A 63 0 5 11C 62 30
Octal 263 3 363 32 143 0 5 434 142 60
Binary 10110011 11 11110011 11010 1100011 0 101 100011100 1100010 110000

Color Harmonies of #B303F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303F3

Black with #B303F3

Text Example


Text Example

White with #B303F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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