Html Css Color HEX #B12AAA Medium Red Violet

📋 copy color: '#B12AAA'

red 177 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #B12AAA

Tints of Medium Red Violet #B12AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.8%

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 45.5%
G = 10.8%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B12AAA (or 0xB12AAA) is known color: Medium Red Violet. HEX triplet: B1, 2A and AA. RGB value is (177,42,170). Sum of RGB (Red+Green+Blue) = 177+42+170=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B12AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12AAA is #4ED555. Grayscale: #606060. Windows color (decimal): -5166422 or 11152049. OLE color: 11152049.

HSL color Cylindrical-coordinate representation of color #B12AAA: hue angle of 303.11º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12AAA is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 42 170 -
CMYK 0 0.76 0.04 0.31
HSL 303.11º 0.62% 0.43% -
HSV(B) 303.11º 0.76% 0.69% -
XYZ 26.22 13.91 39.33 -
YUV 96.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 177 42 170 0 0.76 0.04 0.31 303.11 0.62 0.43
Hex B1 2A AA 0 4C 4 1F 12F 3E 2B
Octal 261 52 252 0 114 4 37 457 76 53
Binary 10110001 101010 10101010 0 1001100 100 11111 100101111 111110 101011

Color Harmonies of #B12AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12AAA

Black with #B12AAA

Text Example


Text Example

White with #B12AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12AAA; }

 p { color: rgb(177,42,170); }

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

background-color css

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

 a { background-color: rgb(177,42,170); }

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

border-color css

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

 span { border-color: rgb(177,42,170); }

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