Html Css Color HEX #B12283 Medium Red Violet

📋 copy color: '#B12283'

red 177 ◦ green 34 ◦ blue 131

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

Shades of Medium Red Violet #B12283

Tints of Medium Red Violet #B12283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.3%

R = 51.75%
G = 9.94%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B12283 (or 0xB12283) is known color: Medium Red Violet. HEX triplet: B1, 22 and 83. RGB value is (177,34,131). Sum of RGB (Red+Green+Blue) = 177+34+131=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B12283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12283 is #4EDD7C. Grayscale: #575757. Windows color (decimal): -5168509 or 8594097. OLE color: 8594097.

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

Color convert

RGB 177 34 131 -
CMYK 0 0.81 0.26 0.31
HSL 319.3º 0.68% 0.41% -
HSV(B) 319.3º 0.81% 0.69% -
XYZ 22.8 12.13 22.61 -
YUV 87.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 177 34 131 0 0.81 0.26 0.31 319.3 0.68 0.41
Hex B1 22 83 0 51 1A 1F 13F 44 29
Octal 261 42 203 0 121 32 37 477 104 51
Binary 10110001 100010 10000011 0 1010001 11010 11111 100111111 1000100 101001

Color Harmonies of #B12283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12283

Black with #B12283

Text Example


Text Example

White with #B12283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12283; }

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

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

background-color css

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

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

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

border-color css

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

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

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