Html Css Color HEX #B312F3 Electric Purple

📋 copy color: '#B312F3'

red 179 ◦ green 18 ◦ blue 243

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

Shades of Electric Purple #B312F3

Tints of Electric Purple #B312F3

RGB

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

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

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

R = 40.68%
G = 4.09%
B = 55.23%

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

#B312F3 (or 0xB312F3) is known color: Electric Purple. HEX triplet: B3, 12 and F3. RGB value is (179,18,243). Sum of RGB (Red+Green+Blue) = 179+18+243=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #B312F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312F3 is #4CED0C. Grayscale: #5B5B5B. Windows color (decimal): -5041421 or 15930035. OLE color: 15930035.

HSL color Cylindrical-coordinate representation of color #B312F3: hue angle of 282.93º 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 #B312F3 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 18 243 -
CMYK 0.26 0.93 0 0.05
HSL 282.93º 0.9% 0.51% -
HSV(B) 282.93º 0.93% 0.95% -
XYZ 34.98 16.49 86.13 -
YUV 91.79 213.34 190.2 -
System Red Green Blue C M Y K H S L
Decimal 179 18 243 0.26 0.93 0 0.05 282.93 0.9 0.51
Hex B3 12 F3 1A 5D 0 5 11B 5A 33
Octal 263 22 363 32 135 0 5 433 132 63
Binary 10110011 10010 11110011 11010 1011101 0 101 100011011 1011010 110011

Color Harmonies of #B312F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312F3

Black with #B312F3

Text Example


Text Example

White with #B312F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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