Html Css Color HEX #B12284 Medium Red Violet

📋 copy color: '#B12284'

red 177 ◦ green 34 ◦ blue 132

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

Shades of Medium Red Violet #B12284

Tints of Medium Red Violet #B12284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.91%

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 51.6%
G = 9.91%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B12284 (or 0xB12284) is known color: Medium Red Violet. HEX triplet: B1, 22 and 84. RGB value is (177,34,132). Sum of RGB (Red+Green+Blue) = 177+34+132=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B12284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12284 is #4EDD7B. Grayscale: #575757. Windows color (decimal): -5168508 or 8659633. OLE color: 8659633.

HSL color Cylindrical-coordinate representation of color #B12284: hue angle of 318.88º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12284 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 132 -
CMYK 0 0.81 0.25 0.31
HSL 318.88º 0.68% 0.41% -
HSV(B) 318.88º 0.81% 0.69% -
XYZ 22.87 12.16 22.97 -
YUV 87.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 177 34 132 0 0.81 0.25 0.31 318.88 0.68 0.41
Hex B1 22 84 0 51 19 1F 13F 44 29
Octal 261 42 204 0 121 31 37 477 104 51
Binary 10110001 100010 10000100 0 1010001 11001 11111 100111111 1000100 101001

Color Harmonies of #B12284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12284

Black with #B12284

Text Example


Text Example

White with #B12284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12284; }

 p { color: rgb(177,34,132); }

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

background-color css

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

 a { background-color: rgb(177,34,132); }

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

border-color css

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

 span { border-color: rgb(177,34,132); }

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