Html Css Color HEX #B60298 Medium Violet Red

📋 copy color: '#B60298'

red 182 ◦ green 2 ◦ blue 152

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

Shades of Medium Violet Red #B60298

Tints of Medium Violet Red #B60298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 54.17%
G = 0.6%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B60298 (or 0xB60298) is known color: Medium Violet Red. HEX triplet: B6, 02 and 98. RGB value is (182,2,152). Sum of RGB (Red+Green+Blue) = 182+2+152=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B60298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60298 is #49FD67. Grayscale: #484848. Windows color (decimal): -4849000 or 9962166. OLE color: 9962166.

HSL color Cylindrical-coordinate representation of color #B60298: hue angle of 310º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60298 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 2 152 -
CMYK 0 0.99 0.16 0.29
HSL 310º 0.98% 0.36% -
HSV(B) 310º 0.99% 0.71% -
XYZ 24.98 12.26 30.75 -
YUV 72.92 172.63 205.8 -
System Red Green Blue C M Y K H S L
Decimal 182 2 152 0 0.99 0.16 0.29 310 0.98 0.36
Hex B6 2 98 0 63 10 1D 136 62 24
Octal 266 2 230 0 143 20 35 466 142 44
Binary 10110110 10 10011000 0 1100011 10000 11101 100110110 1100010 100100

Color Harmonies of #B60298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60298

Black with #B60298

Text Example


Text Example

White with #B60298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60298; }

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

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

background-color css

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

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

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

border-color css

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

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

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