Html Css Color HEX #B60898 Medium Violet Red

📋 copy color: '#B60898'

red 182 ◦ green 8 ◦ blue 152

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

Shades of Medium Violet Red #B60898

Tints of Medium Violet Red #B60898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 53.22%
G = 2.34%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B60898 (or 0xB60898) is known color: Medium Violet Red. HEX triplet: B6, 08 and 98. RGB value is (182,8,152). Sum of RGB (Red+Green+Blue) = 182+8+152=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B60898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60898 is #49F767. Grayscale: #4C4C4C. Windows color (decimal): -4847464 or 9963702. OLE color: 9963702.

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

Color convert

RGB 182 8 152 -
CMYK 0 0.96 0.16 0.29
HSL 310.34º 0.92% 0.37% -
HSV(B) 310.34º 0.96% 0.71% -
XYZ 25.05 12.39 30.78 -
YUV 76.44 170.65 203.29 -
System Red Green Blue C M Y K H S L
Decimal 182 8 152 0 0.96 0.16 0.29 310.34 0.92 0.37
Hex B6 8 98 0 60 10 1D 136 5C 25
Octal 266 10 230 0 140 20 35 466 134 45
Binary 10110110 1000 10011000 0 1100000 10000 11101 100110110 1011100 100101

Color Harmonies of #B60898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60898

Black with #B60898

Text Example


Text Example

White with #B60898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60898; }

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

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

background-color css

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

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

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

border-color css

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

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

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