Html Css Color HEX #B61499 Medium Violet Red

📋 copy color: '#B61499'

red 182 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #B61499

Tints of Medium Violet Red #B61499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 51.27%
G = 5.63%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B61499 (or 0xB61499) is known color: Medium Violet Red. HEX triplet: B6, 14 and 99. RGB value is (182,20,153). Sum of RGB (Red+Green+Blue) = 182+20+153=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B61499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61499 is #49EB66. Grayscale: #535353. Windows color (decimal): -4844391 or 10032310. OLE color: 10032310.

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

Color convert

RGB 182 20 153 -
CMYK 0 0.89 0.16 0.29
HSL 310.74º 0.8% 0.4% -
HSV(B) 310.74º 0.89% 0.71% -
XYZ 25.29 12.75 31.26 -
YUV 83.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 182 20 153 0 0.89 0.16 0.29 310.74 0.8 0.4
Hex B6 14 99 0 59 10 1D 137 50 28
Octal 266 24 231 0 131 20 35 467 120 50
Binary 10110110 10100 10011001 0 1011001 10000 11101 100110111 1010000 101000

Color Harmonies of #B61499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61499

Black with #B61499

Text Example


Text Example

White with #B61499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61499; }

 p { color: rgb(182,20,153); }

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

background-color css

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

 a { background-color: rgb(182,20,153); }

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

border-color css

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

 span { border-color: rgb(182,20,153); }

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