Html Css Color HEX #B310F3 Electric Purple

📋 copy color: '#B310F3'

red 179 ◦ green 16 ◦ blue 243

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

Shades of Electric Purple #B310F3

Tints of Electric Purple #B310F3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.65%

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

R = 40.87%
G = 3.65%
B = 55.48%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B310F3 (or 0xB310F3) is known color: Electric Purple. HEX triplet: B3, 10 and F3. RGB value is (179,16,243). Sum of RGB (Red+Green+Blue) = 179+16+243=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #B310F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B310F3 is #4CEF0C. Grayscale: #595959. Windows color (decimal): -5041933 or 15929523. OLE color: 15929523.

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

Color convert

RGB 179 16 243 -
CMYK 0.26 0.93 0 0.05
HSL 283.08º 0.9% 0.51% -
HSV(B) 283.08º 0.93% 0.95% -
XYZ 34.95 16.43 86.12 -
YUV 90.62 214 191.04 -
System Red Green Blue C M Y K H S L
Decimal 179 16 243 0.26 0.93 0 0.05 283.08 0.9 0.51
Hex B3 10 F3 1A 5D 0 5 11B 5A 33
Octal 263 20 363 32 135 0 5 433 132 63
Binary 10110011 10000 11110011 11010 1011101 0 101 100011011 1011010 110011

Color Harmonies of #B310F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310F3

Black with #B310F3

Text Example


Text Example

White with #B310F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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