Html Css Color HEX #B60B8B Medium Violet Red

📋 copy color: '#B60B8B'

red 182 ◦ green 11 ◦ blue 139

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

Shades of Medium Violet Red #B60B8B

Tints of Medium Violet Red #B60B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.31%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 54.82%
G = 3.31%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B60B8B (or 0xB60B8B) is known color: Medium Violet Red. HEX triplet: B6, 0B and 8B. RGB value is (182,11,139). Sum of RGB (Red+Green+Blue) = 182+11+139=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60B8B is #49F474. Grayscale: #4C4C4C. Windows color (decimal): -4846709 or 9112502. OLE color: 9112502.

HSL color Cylindrical-coordinate representation of color #B60B8B: hue angle of 315.09º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60B8B is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 11 139 -
CMYK 0 0.94 0.24 0.29
HSL 315.09º 0.89% 0.38% -
HSV(B) 315.09º 0.94% 0.71% -
XYZ 24.07 12.05 25.48 -
YUV 76.72 163.15 203.09 -
System Red Green Blue C M Y K H S L
Decimal 182 11 139 0 0.94 0.24 0.29 315.09 0.89 0.38
Hex B6 B 8B 0 5E 18 1D 13B 59 26
Octal 266 13 213 0 136 30 35 473 131 46
Binary 10110110 1011 10001011 0 1011110 11000 11101 100111011 1011001 100110

Color Harmonies of #B60B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60B8B

Black with #B60B8B

Text Example


Text Example

White with #B60B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60B8B; }

 p { color: rgb(182,11,139); }

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

background-color css

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

 a { background-color: rgb(182,11,139); }

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

border-color css

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

 span { border-color: rgb(182,11,139); }

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