Html Css Color HEX #B60281 Medium Violet Red

📋 copy color: '#B60281'

red 182 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #B60281

Tints of Medium Violet Red #B60281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 58.15%
G = 0.64%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B60281 (or 0xB60281) is known color: Medium Violet Red. HEX triplet: B6, 02 and 81. RGB value is (182,2,129). Sum of RGB (Red+Green+Blue) = 182+2+129=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B60281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60281 is #49FD7E. Grayscale: #454545. Windows color (decimal): -4849023 or 8454838. OLE color: 8454838.

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

Color convert

RGB 182 2 129 -
CMYK 0 0.99 0.29 0.29
HSL 317.67º 0.98% 0.36% -
HSV(B) 317.67º 0.99% 0.71% -
XYZ 23.28 11.57 21.78 -
YUV 70.3 161.13 207.67 -
System Red Green Blue C M Y K H S L
Decimal 182 2 129 0 0.99 0.29 0.29 317.67 0.98 0.36
Hex B6 2 81 0 63 1D 1D 13E 62 24
Octal 266 2 201 0 143 35 35 476 142 44
Binary 10110110 10 10000001 0 1100011 11101 11101 100111110 1100010 100100

Color Harmonies of #B60281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60281

Black with #B60281

Text Example


Text Example

White with #B60281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60281; }

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

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

background-color css

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

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

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

border-color css

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

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

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