Html Css Color HEX #B61185 Medium Violet Red

📋 copy color: '#B61185'

red 182 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #B61185

Tints of Medium Violet Red #B61185

RGB

 RED value IS 182 (71.48% from 255) = 54.82%

 GREEN value IS 17 (7.03% from 255) = 5.12%

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

R = 54.82%
G = 5.12%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B61185 (or 0xB61185) is known color: Medium Violet Red. HEX triplet: B6, 11 and 85. RGB value is (182,17,133). Sum of RGB (Red+Green+Blue) = 182+17+133=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B61185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61185 is #49EE7A. Grayscale: #4F4F4F. Windows color (decimal): -4845179 or 8720822. OLE color: 8720822.

HSL color Cylindrical-coordinate representation of color #B61185: hue angle of 317.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61185 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 133 -
CMYK 0 0.91 0.27 0.29
HSL 317.82º 0.83% 0.39% -
HSV(B) 317.82º 0.91% 0.71% -
XYZ 23.73 12.04 23.26 -
YUV 79.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 182 17 133 0 0.91 0.27 0.29 317.82 0.83 0.39
Hex B6 11 85 0 5B 1B 1D 13E 53 27
Octal 266 21 205 0 133 33 35 476 123 47
Binary 10110110 10001 10000101 0 1011011 11011 11101 100111110 1010011 100111

Color Harmonies of #B61185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61185

Black with #B61185

Text Example


Text Example

White with #B61185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61185; }

 p { color: rgb(182,17,133); }

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

background-color css

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

 a { background-color: rgb(182,17,133); }

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

border-color css

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

 span { border-color: rgb(182,17,133); }

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