Html Css Color HEX #B310F0 Electric Purple

📋 copy color: '#B310F0'

red 179 ◦ green 16 ◦ blue 240

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

Shades of Electric Purple #B310F0

Tints of Electric Purple #B310F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.17%

R = 41.15%
G = 3.68%
B = 55.17%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B310F0 (or 0xB310F0) is known color: Electric Purple. HEX triplet: B3, 10 and F0. RGB value is (179,16,240). Sum of RGB (Red+Green+Blue) = 179+16+240=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #B310F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B310F0 is #4CEF0F. Grayscale: #595959. Windows color (decimal): -5041936 or 15732915. OLE color: 15732915.

HSL color Cylindrical-coordinate representation of color #B310F0: hue angle of 283.66º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B310F0 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 16 240 -
CMYK 0.25 0.93 0 0.06
HSL 283.66º 0.88% 0.5% -
HSV(B) 283.66º 0.93% 0.94% -
XYZ 34.5 16.25 83.76 -
YUV 90.27 212.5 191.29 -
System Red Green Blue C M Y K H S L
Decimal 179 16 240 0.25 0.93 0 0.06 283.66 0.88 0.5
Hex B3 10 F0 19 5D 0 6 11C 58 32
Octal 263 20 360 31 135 0 6 434 130 62
Binary 10110011 10000 11110000 11001 1011101 0 110 100011100 1011000 110010

Color Harmonies of #B310F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B310F0

Black with #B310F0

Text Example


Text Example

White with #B310F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B310F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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