Html Css Color HEX #B60392 Medium Violet Red

📋 copy color: '#B60392'

red 182 ◦ green 3 ◦ blue 146

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

Shades of Medium Violet Red #B60392

Tints of Medium Violet Red #B60392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 54.98%
G = 0.91%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B60392 (or 0xB60392) is known color: Medium Violet Red. HEX triplet: B6, 03 and 92. RGB value is (182,3,146). Sum of RGB (Red+Green+Blue) = 182+3+146=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B60392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60392 is #49FC6D. Grayscale: #484848. Windows color (decimal): -4848750 or 9569206. OLE color: 9569206.

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

Color convert

RGB 182 3 146 -
CMYK 0 0.98 0.20 0.29
HSL 312.07º 0.97% 0.36% -
HSV(B) 312.07º 0.98% 0.71% -
XYZ 24.51 12.09 28.23 -
YUV 72.82 169.3 205.87 -
System Red Green Blue C M Y K H S L
Decimal 182 3 146 0 0.98 0.20 0.29 312.07 0.97 0.36
Hex B6 3 92 0 62 14 1D 138 61 24
Octal 266 3 222 0 142 24 35 470 141 44
Binary 10110110 11 10010010 0 1100010 10100 11101 100111000 1100001 100100

Color Harmonies of #B60392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60392

Black with #B60392

Text Example


Text Example

White with #B60392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60392; }

 p { color: rgb(182,3,146); }

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

background-color css

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

 a { background-color: rgb(182,3,146); }

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

border-color css

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

 span { border-color: rgb(182,3,146); }

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