Html Css Color HEX #B8388B Medium Red Violet

📋 copy color: '#B8388B'

red 184 ◦ green 56 ◦ blue 139

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

Shades of Medium Red Violet #B8388B

Tints of Medium Red Violet #B8388B

RGB

 RED value IS 184 (72.27% from 255) = 48.55%

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

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

R = 48.55%
G = 14.78%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8388B (or 0xB8388B) is known color: Medium Red Violet. HEX triplet: B8, 38 and 8B. RGB value is (184,56,139). Sum of RGB (Red+Green+Blue) = 184+56+139=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8388B is #47C774. Grayscale: #676767. Windows color (decimal): -4704117 or 9124024. OLE color: 9124024.

HSL color Cylindrical-coordinate representation of color #B8388B: hue angle of 321.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8388B is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 139 -
CMYK 0 0.70 0.24 0.28
HSL 321.09º 0.53% 0.47% -
HSV(B) 321.09º 0.7% 0.72% -
XYZ 25.84 14.88 25.94 -
YUV 103.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 184 56 139 0 0.70 0.24 0.28 321.09 0.53 0.47
Hex B8 38 8B 0 46 18 1C 141 35 2F
Octal 270 70 213 0 106 30 34 501 65 57
Binary 10111000 111000 10001011 0 1000110 11000 11100 101000001 110101 101111

Color Harmonies of #B8388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8388B

Black with #B8388B

Text Example


Text Example

White with #B8388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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