Html Css Color HEX #B60283 Medium Violet Red

📋 copy color: '#B60283'

red 182 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #B60283

Tints of Medium Violet Red #B60283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.59%

R = 57.78%
G = 0.63%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B60283 (or 0xB60283) is known color: Medium Violet Red. HEX triplet: B6, 02 and 83. RGB value is (182,2,131). Sum of RGB (Red+Green+Blue) = 182+2+131=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B60283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60283 is #49FD7C. Grayscale: #464646. Windows color (decimal): -4849021 or 8585910. OLE color: 8585910.

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

Color convert

RGB 182 2 131 -
CMYK 0 0.99 0.28 0.29
HSL 317º 0.98% 0.36% -
HSV(B) 317º 0.99% 0.71% -
XYZ 23.41 11.63 22.48 -
YUV 70.53 162.13 207.51 -
System Red Green Blue C M Y K H S L
Decimal 182 2 131 0 0.99 0.28 0.29 317 0.98 0.36
Hex B6 2 83 0 63 1C 1D 13D 62 24
Octal 266 2 203 0 143 34 35 475 142 44
Binary 10110110 10 10000011 0 1100011 11100 11101 100111101 1100010 100100

Color Harmonies of #B60283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60283

Black with #B60283

Text Example


Text Example

White with #B60283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60283; }

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

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

background-color css

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

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

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

border-color css

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

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

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