Html Css Color HEX #B12085 Medium Red Violet

📋 copy color: '#B12085'

red 177 ◦ green 32 ◦ blue 133

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

Shades of Medium Red Violet #B12085

Tints of Medium Red Violet #B12085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 51.75%
G = 9.36%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B12085 (or 0xB12085) is known color: Medium Red Violet. HEX triplet: B1, 20 and 85. RGB value is (177,32,133). Sum of RGB (Red+Green+Blue) = 177+32+133=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B12085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12085 is #4EDF7A. Grayscale: #565656. Windows color (decimal): -5169019 or 8724657. OLE color: 8724657.

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

Color convert

RGB 177 32 133 -
CMYK 0 0.82 0.25 0.31
HSL 318.21º 0.69% 0.41% -
HSV(B) 318.21º 0.82% 0.69% -
XYZ 22.88 12.07 23.31 -
YUV 86.87 154.04 192.29 -
System Red Green Blue C M Y K H S L
Decimal 177 32 133 0 0.82 0.25 0.31 318.21 0.69 0.41
Hex B1 20 85 0 52 19 1F 13E 45 29
Octal 261 40 205 0 122 31 37 476 105 51
Binary 10110001 100000 10000101 0 1010010 11001 11111 100111110 1000101 101001

Color Harmonies of #B12085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12085

Black with #B12085

Text Example


Text Example

White with #B12085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12085; }

 p { color: rgb(177,32,133); }

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

background-color css

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

 a { background-color: rgb(177,32,133); }

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

border-color css

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

 span { border-color: rgb(177,32,133); }

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