Html Css Color HEX #B61189 Medium Violet Red

📋 copy color: '#B61189'

red 182 ◦ green 17 ◦ blue 137

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

Shades of Medium Violet Red #B61189

Tints of Medium Violet Red #B61189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 54.17%
G = 5.06%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B61189 (or 0xB61189) is known color: Medium Violet Red. HEX triplet: B6, 11 and 89. RGB value is (182,17,137). Sum of RGB (Red+Green+Blue) = 182+17+137=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B61189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61189 is #49EE76. Grayscale: #4F4F4F. Windows color (decimal): -4845175 or 8982966. OLE color: 8982966.

HSL color Cylindrical-coordinate representation of color #B61189: hue angle of 316.36º 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 #B61189 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 137 -
CMYK 0 0.91 0.25 0.29
HSL 316.36º 0.83% 0.39% -
HSV(B) 316.36º 0.91% 0.71% -
XYZ 24.01 12.15 24.75 -
YUV 80.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 182 17 137 0 0.91 0.25 0.29 316.36 0.83 0.39
Hex B6 11 89 0 5B 19 1D 13C 53 27
Octal 266 21 211 0 133 31 35 474 123 47
Binary 10110110 10001 10001001 0 1011011 11001 11101 100111100 1010011 100111

Color Harmonies of #B61189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61189

Black with #B61189

Text Example


Text Example

White with #B61189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61189; }

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

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

background-color css

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

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

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

border-color css

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

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

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