Html Css Color HEX #B312F8 Electric Purple

📋 copy color: '#B312F8'

red 179 ◦ green 18 ◦ blue 248

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

Shades of Electric Purple #B312F8

Tints of Electric Purple #B312F8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.04%

 BLUE value IS 248 (97.27% from 255) = 55.73%

R = 40.22%
G = 4.04%
B = 55.73%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B312F8 (or 0xB312F8) is known color: Electric Purple. HEX triplet: B3, 12 and F8. RGB value is (179,18,248). Sum of RGB (Red+Green+Blue) = 179+18+248=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #B312F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312F8 is #4CED07. Grayscale: #5B5B5B. Windows color (decimal): -5041416 or 16257715. OLE color: 16257715.

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

Color convert

RGB 179 18 248 -
CMYK 0.28 0.93 0 0.03
HSL 282º 0.94% 0.52% -
HSV(B) 282º 0.93% 0.97% -
XYZ 35.75 16.79 90.16 -
YUV 92.36 215.84 189.8 -
System Red Green Blue C M Y K H S L
Decimal 179 18 248 0.28 0.93 0 0.03 282 0.94 0.52
Hex B3 12 F8 1C 5D 0 3 11A 5E 34
Octal 263 22 370 34 135 0 3 432 136 64
Binary 10110011 10010 11111000 11100 1011101 0 11 100011010 1011110 110100

Color Harmonies of #B312F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312F8

Black with #B312F8

Text Example


Text Example

White with #B312F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312F8; }

 p { color: rgb(179,18,248); }

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

background-color css

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

 a { background-color: rgb(179,18,248); }

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

border-color css

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

 span { border-color: rgb(179,18,248); }

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