Html Css Color HEX #B60BA5 Medium Violet Red

📋 copy color: '#B60BA5'

red 182 ◦ green 11 ◦ blue 165

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

Shades of Medium Violet Red #B60BA5

Tints of Medium Violet Red #B60BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.09%

R = 50.84%
G = 3.07%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B60BA5 (or 0xB60BA5) is known color: Medium Violet Red. HEX triplet: B6, 0B and A5. RGB value is (182,11,165). Sum of RGB (Red+Green+Blue) = 182+11+165=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B60BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60BA5 is #49F45A. Grayscale: #4F4F4F. Windows color (decimal): -4846683 or 10816438. OLE color: 10816438.

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

Color convert

RGB 182 11 165 -
CMYK 0 0.94 0.09 0.29
HSL 305.96º 0.89% 0.38% -
HSV(B) 305.96º 0.94% 0.71% -
XYZ 26.2 12.9 36.71 -
YUV 79.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 182 11 165 0 0.94 0.09 0.29 305.96 0.89 0.38
Hex B6 B A5 0 5E 9 1D 132 59 26
Octal 266 13 245 0 136 11 35 462 131 46
Binary 10110110 1011 10100101 0 1011110 1001 11101 100110010 1011001 100110

Color Harmonies of #B60BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60BA5

Black with #B60BA5

Text Example


Text Example

White with #B60BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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