Html Css Color HEX #B6388B Medium Red Violet

📋 copy color: '#B6388B'

red 182 ◦ green 56 ◦ blue 139

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

Shades of Medium Red Violet #B6388B

Tints of Medium Red Violet #B6388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

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

R = 48.28%
G = 14.85%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6388B (or 0xB6388B) is known color: Medium Red Violet. HEX triplet: B6, 38 and 8B. RGB value is (182,56,139). Sum of RGB (Red+Green+Blue) = 182+56+139=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6388B is #49C774. Grayscale: #666666. Windows color (decimal): -4835189 or 9124022. OLE color: 9124022.

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

Color convert

RGB 182 56 139 -
CMYK 0 0.69 0.24 0.29
HSL 320.48º 0.53% 0.47% -
HSV(B) 320.48º 0.69% 0.71% -
XYZ 25.37 14.64 25.91 -
YUV 103.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 182 56 139 0 0.69 0.24 0.29 320.48 0.53 0.47
Hex B6 38 8B 0 45 18 1D 140 35 2F
Octal 266 70 213 0 105 30 35 500 65 57
Binary 10110110 111000 10001011 0 1000101 11000 11101 101000000 110101 101111

Color Harmonies of #B6388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6388B

Black with #B6388B

Text Example


Text Example

White with #B6388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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