Html Css Color HEX #B60B8F Medium Violet Red

📋 copy color: '#B60B8F'

red 182 ◦ green 11 ◦ blue 143

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

Shades of Medium Violet Red #B60B8F

Tints of Medium Violet Red #B60B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 54.17%
G = 3.27%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B60B8F (or 0xB60B8F) is known color: Medium Violet Red. HEX triplet: B6, 0B and 8F. RGB value is (182,11,143). Sum of RGB (Red+Green+Blue) = 182+11+143=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60B8F is #49F470. Grayscale: #4C4C4C. Windows color (decimal): -4846705 or 9374646. OLE color: 9374646.

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

Color convert

RGB 182 11 143 -
CMYK 0 0.94 0.21 0.29
HSL 313.68º 0.89% 0.38% -
HSV(B) 313.68º 0.94% 0.71% -
XYZ 24.37 12.17 27.05 -
YUV 77.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 182 11 143 0 0.94 0.21 0.29 313.68 0.89 0.38
Hex B6 B 8F 0 5E 15 1D 13A 59 26
Octal 266 13 217 0 136 25 35 472 131 46
Binary 10110110 1011 10001111 0 1011110 10101 11101 100111010 1011001 100110

Color Harmonies of #B60B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60B8F

Black with #B60B8F

Text Example


Text Example

White with #B60B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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