Html Css Color HEX #B61289 Medium Violet Red

📋 copy color: '#B61289'

red 182 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #B61289

Tints of Medium Violet Red #B61289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

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

R = 54.01%
G = 5.34%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B61289 (or 0xB61289) is known color: Medium Violet Red. HEX triplet: B6, 12 and 89. RGB value is (182,18,137). Sum of RGB (Red+Green+Blue) = 182+18+137=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B61289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61289 is #49ED76. Grayscale: #505050. Windows color (decimal): -4844919 or 8983222. OLE color: 8983222.

HSL color Cylindrical-coordinate representation of color #B61289: hue angle of 316.46º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61289 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 137 -
CMYK 0 0.90 0.25 0.29
HSL 316.46º 0.82% 0.39% -
HSV(B) 316.46º 0.9% 0.71% -
XYZ 24.02 12.18 24.75 -
YUV 80.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 182 18 137 0 0.90 0.25 0.29 316.46 0.82 0.39
Hex B6 12 89 0 5A 19 1D 13C 52 27
Octal 266 22 211 0 132 31 35 474 122 47
Binary 10110110 10010 10001001 0 1011010 11001 11101 100111100 1010010 100111

Color Harmonies of #B61289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61289

Black with #B61289

Text Example


Text Example

White with #B61289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61289; }

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

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

background-color css

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

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

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

border-color css

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

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

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