Html Css Color HEX #B61089 Medium Violet Red

📋 copy color: '#B61089'

red 182 ◦ green 16 ◦ blue 137

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

Shades of Medium Violet Red #B61089

Tints of Medium Violet Red #B61089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.78%

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

R = 54.33%
G = 4.78%
B = 40.9%

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

#B61089 (or 0xB61089) is known color: Medium Violet Red. HEX triplet: B6, 10 and 89. RGB value is (182,16,137). Sum of RGB (Red+Green+Blue) = 182+16+137=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B61089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61089 is #49EF76. Grayscale: #4F4F4F. Windows color (decimal): -4845431 or 8982710. OLE color: 8982710.

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

Color convert

RGB 182 16 137 -
CMYK 0 0.91 0.25 0.29
HSL 316.27º 0.84% 0.39% -
HSV(B) 316.27º 0.91% 0.71% -
XYZ 23.99 12.12 24.74 -
YUV 79.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 182 16 137 0 0.91 0.25 0.29 316.27 0.84 0.39
Hex B6 10 89 0 5B 19 1D 13C 54 27
Octal 266 20 211 0 133 31 35 474 124 47
Binary 10110110 10000 10001001 0 1011011 11001 11101 100111100 1010100 100111

Color Harmonies of #B61089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61089

Black with #B61089

Text Example


Text Example

White with #B61089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61089; }

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

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

background-color css

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

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

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

border-color css

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

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

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