Html Css Color HEX #B60DA3 Medium Violet Red

📋 copy color: '#B60DA3'

red 182 ◦ green 13 ◦ blue 163

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

Shades of Medium Violet Red #B60DA3

Tints of Medium Violet Red #B60DA3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.63%

 BLUE value IS 163 (64.06% from 255) = 45.53%

R = 50.84%
G = 3.63%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B60DA3 (or 0xB60DA3) is known color: Medium Violet Red. HEX triplet: B6, 0D and A3. RGB value is (182,13,163). Sum of RGB (Red+Green+Blue) = 182+13+163=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B60DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60DA3 is #49F25C. Grayscale: #505050. Windows color (decimal): -4846173 or 10685878. OLE color: 10685878.

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

Color convert

RGB 182 13 163 -
CMYK 0 0.93 0.10 0.29
HSL 306.75º 0.87% 0.38% -
HSV(B) 306.75º 0.93% 0.71% -
XYZ 26.05 12.88 35.76 -
YUV 80.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 182 13 163 0 0.93 0.10 0.29 306.75 0.87 0.38
Hex B6 D A3 0 5D A 1D 133 57 26
Octal 266 15 243 0 135 12 35 463 127 46
Binary 10110110 1101 10100011 0 1011101 1010 11101 100110011 1010111 100110

Color Harmonies of #B60DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DA3

Black with #B60DA3

Text Example


Text Example

White with #B60DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DA3; }

 p { color: rgb(182,13,163); }

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

background-color css

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

 a { background-color: rgb(182,13,163); }

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

border-color css

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

 span { border-color: rgb(182,13,163); }

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