Html Css Color HEX #B6328B Medium Red Violet

📋 copy color: '#B6328B'

red 182 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #B6328B

Tints of Medium Red Violet #B6328B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 49.06%
G = 13.48%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6328B (or 0xB6328B) is known color: Medium Red Violet. HEX triplet: B6, 32 and 8B. RGB value is (182,50,139). Sum of RGB (Red+Green+Blue) = 182+50+139=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6328B is #49CD74. Grayscale: #636363. Windows color (decimal): -4836725 or 9122486. OLE color: 9122486.

HSL color Cylindrical-coordinate representation of color #B6328B: hue angle of 319.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6328B is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 139 -
CMYK 0 0.73 0.24 0.29
HSL 319.55º 0.57% 0.45% -
HSV(B) 319.55º 0.73% 0.71% -
XYZ 25.09 14.09 25.82 -
YUV 99.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 182 50 139 0 0.73 0.24 0.29 319.55 0.57 0.45
Hex B6 32 8B 0 49 18 1D 140 39 2D
Octal 266 62 213 0 111 30 35 500 71 55
Binary 10110110 110010 10001011 0 1001001 11000 11101 101000000 111001 101101

Color Harmonies of #B6328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6328B

Black with #B6328B

Text Example


Text Example

White with #B6328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6328B; }

 p { color: rgb(182,50,139); }

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

background-color css

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

 a { background-color: rgb(182,50,139); }

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

border-color css

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

 span { border-color: rgb(182,50,139); }

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