Html Css Color HEX #B12685 Medium Red Violet

📋 copy color: '#B12685'

red 177 ◦ green 38 ◦ blue 133

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

Shades of Medium Red Violet #B12685

Tints of Medium Red Violet #B12685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 50.86%
G = 10.92%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B12685 (or 0xB12685) is known color: Medium Red Violet. HEX triplet: B1, 26 and 85. RGB value is (177,38,133). Sum of RGB (Red+Green+Blue) = 177+38+133=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B12685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12685 is #4ED97A. Grayscale: #5A5A5A. Windows color (decimal): -5167483 or 8726193. OLE color: 8726193.

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

Color convert

RGB 177 38 133 -
CMYK 0 0.79 0.25 0.31
HSL 318.99º 0.65% 0.42% -
HSV(B) 318.99º 0.79% 0.69% -
XYZ 23.06 12.43 23.37 -
YUV 90.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 177 38 133 0 0.79 0.25 0.31 318.99 0.65 0.42
Hex B1 26 85 0 4F 19 1F 13F 41 2A
Octal 261 46 205 0 117 31 37 477 101 52
Binary 10110001 100110 10000101 0 1001111 11001 11111 100111111 1000001 101010

Color Harmonies of #B12685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12685

Black with #B12685

Text Example


Text Example

White with #B12685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12685; }

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

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

background-color css

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

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

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

border-color css

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

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

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