Html Css Color HEX #B61299 Medium Violet Red

📋 copy color: '#B61299'

red 182 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #B61299

Tints of Medium Violet Red #B61299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

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

R = 51.56%
G = 5.1%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B61299 (or 0xB61299) is known color: Medium Violet Red. HEX triplet: B6, 12 and 99. RGB value is (182,18,153). Sum of RGB (Red+Green+Blue) = 182+18+153=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B61299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61299 is #49ED66. Grayscale: #525252. Windows color (decimal): -4844903 or 10031798. OLE color: 10031798.

HSL color Cylindrical-coordinate representation of color #B61299: hue angle of 310.61º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61299 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 153 -
CMYK 0 0.90 0.16 0.29
HSL 310.61º 0.82% 0.39% -
HSV(B) 310.61º 0.9% 0.71% -
XYZ 25.26 12.68 31.25 -
YUV 82.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 182 18 153 0 0.90 0.16 0.29 310.61 0.82 0.39
Hex B6 12 99 0 5A 10 1D 137 52 27
Octal 266 22 231 0 132 20 35 467 122 47
Binary 10110110 10010 10011001 0 1011010 10000 11101 100110111 1010010 100111

Color Harmonies of #B61299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61299

Black with #B61299

Text Example


Text Example

White with #B61299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61299; }

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

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

background-color css

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

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

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

border-color css

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

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

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