Html Css Color HEX #B61296 Medium Violet Red

📋 copy color: '#B61296'

red 182 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #B61296

Tints of Medium Violet Red #B61296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 52%
G = 5.14%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B61296 (or 0xB61296) is known color: Medium Violet Red. HEX triplet: B6, 12 and 96. RGB value is (182,18,150). Sum of RGB (Red+Green+Blue) = 182+18+150=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B61296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61296 is #49ED69. Grayscale: #515151. Windows color (decimal): -4844906 or 9835190. OLE color: 9835190.

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

Color convert

RGB 182 18 150 -
CMYK 0 0.90 0.18 0.29
HSL 311.71º 0.82% 0.39% -
HSV(B) 311.71º 0.9% 0.71% -
XYZ 25.01 12.58 29.96 -
YUV 82.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 182 18 150 0 0.90 0.18 0.29 311.71 0.82 0.39
Hex B6 12 96 0 5A 12 1D 138 52 27
Octal 266 22 226 0 132 22 35 470 122 47
Binary 10110110 10010 10010110 0 1011010 10010 11101 100111000 1010010 100111

Color Harmonies of #B61296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61296

Black with #B61296

Text Example


Text Example

White with #B61296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61296; }

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

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

background-color css

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

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

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

border-color css

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

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

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