Html Css Color HEX #B61696 Medium Violet Red

📋 copy color: '#B61696'

red 182 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #B61696

Tints of Medium Violet Red #B61696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.21%

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

R = 51.41%
G = 6.21%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B61696 (or 0xB61696) is known color: Medium Violet Red. HEX triplet: B6, 16 and 96. RGB value is (182,22,150). Sum of RGB (Red+Green+Blue) = 182+22+150=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B61696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61696 is #49E969. Grayscale: #545454. Windows color (decimal): -4843882 or 9836214. OLE color: 9836214.

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

Color convert

RGB 182 22 150 -
CMYK 0 0.88 0.18 0.29
HSL 312º 0.78% 0.4% -
HSV(B) 312º 0.88% 0.71% -
XYZ 25.08 12.72 29.99 -
YUV 84.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 182 22 150 0 0.88 0.18 0.29 312 0.78 0.4
Hex B6 16 96 0 58 12 1D 138 4E 28
Octal 266 26 226 0 130 22 35 470 116 50
Binary 10110110 10110 10010110 0 1011000 10010 11101 100111000 1001110 101000

Color Harmonies of #B61696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61696

Black with #B61696

Text Example


Text Example

White with #B61696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61696; }

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

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

background-color css

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

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

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

border-color css

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

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

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