Html Css Color HEX #B60894 Medium Violet Red

📋 copy color: '#B60894'

red 182 ◦ green 8 ◦ blue 148

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

Shades of Medium Violet Red #B60894

Tints of Medium Violet Red #B60894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 53.85%
G = 2.37%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B60894 (or 0xB60894) is known color: Medium Violet Red. HEX triplet: B6, 08 and 94. RGB value is (182,8,148). Sum of RGB (Red+Green+Blue) = 182+8+148=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B60894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60894 is #49F76B. Grayscale: #4B4B4B. Windows color (decimal): -4847468 or 9701558. OLE color: 9701558.

HSL color Cylindrical-coordinate representation of color #B60894: hue angle of 311.72º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60894 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 148 -
CMYK 0 0.96 0.19 0.29
HSL 311.72º 0.92% 0.37% -
HSV(B) 311.72º 0.96% 0.71% -
XYZ 24.72 12.26 29.08 -
YUV 75.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 182 8 148 0 0.96 0.19 0.29 311.72 0.92 0.37
Hex B6 8 94 0 60 13 1D 138 5C 25
Octal 266 10 224 0 140 23 35 470 134 45
Binary 10110110 1000 10010100 0 1100000 10011 11101 100111000 1011100 100101

Color Harmonies of #B60894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60894

Black with #B60894

Text Example


Text Example

White with #B60894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60894; }

 p { color: rgb(182,8,148); }

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

background-color css

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

 a { background-color: rgb(182,8,148); }

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

border-color css

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

 span { border-color: rgb(182,8,148); }

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