Html Css Color HEX #B6296D Medium Red Violet

📋 copy color: '#B6296D'

red 182 ◦ green 41 ◦ blue 109

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

Shades of Medium Red Violet #B6296D

Tints of Medium Red Violet #B6296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 54.82%
G = 12.35%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6296D (or 0xB6296D) is known color: Medium Red Violet. HEX triplet: B6, 29 and 6D. RGB value is (182,41,109). Sum of RGB (Red+Green+Blue) = 182+41+109=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B6296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6296D is #49D692. Grayscale: #5A5A5A. Windows color (decimal): -4839059 or 7154102. OLE color: 7154102.

HSL color Cylindrical-coordinate representation of color #B6296D: hue angle of 331.06º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6296D is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 41 109 -
CMYK 0 0.77 0.40 0.29
HSL 331.06º 0.63% 0.44% -
HSV(B) 331.06º 0.77% 0.71% -
XYZ 22.84 12.64 15.7 -
YUV 90.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 182 41 109 0 0.77 0.40 0.29 331.06 0.63 0.44
Hex B6 29 6D 0 4D 28 1D 14B 3F 2C
Octal 266 51 155 0 115 50 35 513 77 54
Binary 10110110 101001 1101101 0 1001101 101000 11101 101001011 111111 101100

Color Harmonies of #B6296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6296D

Black with #B6296D

Text Example


Text Example

White with #B6296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6296D; }

 p { color: rgb(182,41,109); }

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

background-color css

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

 a { background-color: rgb(182,41,109); }

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

border-color css

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

 span { border-color: rgb(182,41,109); }

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