Html Css Color HEX #B312FC Electric Purple

📋 copy color: '#B312FC'

red 179 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #B312FC

Tints of Electric Purple #B312FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 39.87%
G = 4.01%
B = 56.12%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B312FC (or 0xB312FC) is known color: Electric Purple. HEX triplet: B3, 12 and FC. RGB value is (179,18,252). Sum of RGB (Red+Green+Blue) = 179+18+252=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #B312FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312FC is #4CED03. Grayscale: #5C5C5C. Windows color (decimal): -5041412 or 16519859. OLE color: 16519859.

HSL color Cylindrical-coordinate representation of color #B312FC: hue angle of 281.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B312FC is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 18 252 -
CMYK 0.29 0.93 0 0.01
HSL 281.28º 0.98% 0.53% -
HSV(B) 281.28º 0.93% 0.99% -
XYZ 36.38 17.04 93.47 -
YUV 92.82 217.84 189.47 -
System Red Green Blue C M Y K H S L
Decimal 179 18 252 0.29 0.93 0 0.01 281.28 0.98 0.53
Hex B3 12 FC 1D 5D 0 1 119 62 35
Octal 263 22 374 35 135 0 1 431 142 65
Binary 10110011 10010 11111100 11101 1011101 0 1 100011001 1100010 110101

Color Harmonies of #B312FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312FC

Black with #B312FC

Text Example


Text Example

White with #B312FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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