Html Css Color HEX #B12EA3 Medium Red Violet

📋 copy color: '#B12EA3'

red 177 ◦ green 46 ◦ blue 163

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

Shades of Medium Red Violet #B12EA3

Tints of Medium Red Violet #B12EA3

RGB

 RED value IS 177 (69.53% from 255) = 45.85%

 GREEN value IS 46 (18.36% from 255) = 11.92%

 BLUE value IS 163 (64.06% from 255) = 42.23%

R = 45.85%
G = 11.92%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B12EA3 (or 0xB12EA3) is known color: Medium Red Violet. HEX triplet: B1, 2E and A3. RGB value is (177,46,163). Sum of RGB (Red+Green+Blue) = 177+46+163=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B12EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12EA3 is #4ED15C. Grayscale: #626262. Windows color (decimal): -5165405 or 10694321. OLE color: 10694321.

HSL color Cylindrical-coordinate representation of color #B12EA3: hue angle of 306.41º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12EA3 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 46 163 -
CMYK 0 0.74 0.08 0.31
HSL 306.41º 0.59% 0.44% -
HSV(B) 306.41º 0.74% 0.69% -
XYZ 25.72 13.95 35.99 -
YUV 98.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 177 46 163 0 0.74 0.08 0.31 306.41 0.59 0.44
Hex B1 2E A3 0 4A 8 1F 132 3B 2C
Octal 261 56 243 0 112 10 37 462 73 54
Binary 10110001 101110 10100011 0 1001010 1000 11111 100110010 111011 101100

Color Harmonies of #B12EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12EA3

Black with #B12EA3

Text Example


Text Example

White with #B12EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12EA3; }

 p { color: rgb(177,46,163); }

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

background-color css

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

 a { background-color: rgb(177,46,163); }

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

border-color css

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

 span { border-color: rgb(177,46,163); }

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