Html Css Color HEX #B312F2 Electric Purple

📋 copy color: '#B312F2'

red 179 ◦ green 18 ◦ blue 242

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

Shades of Electric Purple #B312F2

Tints of Electric Purple #B312F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.13%

R = 40.77%
G = 4.1%
B = 55.13%

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

#B312F2 (or 0xB312F2) is known color: Electric Purple. HEX triplet: B3, 12 and F2. RGB value is (179,18,242). Sum of RGB (Red+Green+Blue) = 179+18+242=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #B312F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312F2 is #4CED0D. Grayscale: #5A5A5A. Windows color (decimal): -5041422 or 15864499. OLE color: 15864499.

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

Color convert

RGB 179 18 242 -
CMYK 0.26 0.93 0 0.05
HSL 283.13º 0.9% 0.51% -
HSV(B) 283.13º 0.93% 0.95% -
XYZ 34.83 16.43 85.34 -
YUV 91.68 212.84 190.29 -
System Red Green Blue C M Y K H S L
Decimal 179 18 242 0.26 0.93 0 0.05 283.13 0.9 0.51
Hex B3 12 F2 1A 5D 0 5 11B 5A 33
Octal 263 22 362 32 135 0 5 433 132 63
Binary 10110011 10010 11110010 11010 1011101 0 101 100011011 1011010 110011

Color Harmonies of #B312F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B312F2

Black with #B312F2

Text Example


Text Example

White with #B312F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B312F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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