Html Css Color HEX #B61188 Medium Violet Red

📋 copy color: '#B61188'

red 182 ◦ green 17 ◦ blue 136

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

Shades of Medium Violet Red #B61188

Tints of Medium Violet Red #B61188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 54.33%
G = 5.07%
B = 40.6%

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

#B61188 (or 0xB61188) is known color: Medium Violet Red. HEX triplet: B6, 11 and 88. RGB value is (182,17,136). Sum of RGB (Red+Green+Blue) = 182+17+136=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B61188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61188 is #49EE77. Grayscale: #4F4F4F. Windows color (decimal): -4845176 or 8917430. OLE color: 8917430.

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

Color convert

RGB 182 17 136 -
CMYK 0 0.91 0.25 0.29
HSL 316.73º 0.83% 0.39% -
HSV(B) 316.73º 0.91% 0.71% -
XYZ 23.94 12.12 24.37 -
YUV 79.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 182 17 136 0 0.91 0.25 0.29 316.73 0.83 0.39
Hex B6 11 88 0 5B 19 1D 13D 53 27
Octal 266 21 210 0 133 31 35 475 123 47
Binary 10110110 10001 10001000 0 1011011 11001 11101 100111101 1010011 100111

Color Harmonies of #B61188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61188

Black with #B61188

Text Example


Text Example

White with #B61188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61188; }

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

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

background-color css

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

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

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

border-color css

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

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

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