Html Css Color HEX #B0388D Medium Red Violet

📋 copy color: '#B0388D'

red 176 ◦ green 56 ◦ blue 141

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

Shades of Medium Red Violet #B0388D

Tints of Medium Red Violet #B0388D

RGB

 RED value IS 176 (69.14% from 255) = 47.18%

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

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 47.18%
G = 15.01%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0388D (or 0xB0388D) is known color: Medium Red Violet. HEX triplet: B0, 38 and 8D. RGB value is (176,56,141). Sum of RGB (Red+Green+Blue) = 176+56+141=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0388D is #4FC772. Grayscale: #656565. Windows color (decimal): -5228403 or 9255088. OLE color: 9255088.

HSL color Cylindrical-coordinate representation of color #B0388D: hue angle of 317.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0388D is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 141 -
CMYK 0 0.68 0.20 0.31
HSL 317.5º 0.52% 0.45% -
HSV(B) 317.5º 0.68% 0.69% -
XYZ 24.13 13.98 26.63 -
YUV 101.57 150.26 181.09 -
System Red Green Blue C M Y K H S L
Decimal 176 56 141 0 0.68 0.20 0.31 317.5 0.52 0.45
Hex B0 38 8D 0 44 14 1F 13E 34 2D
Octal 260 70 215 0 104 24 37 476 64 55
Binary 10110000 111000 10001101 0 1000100 10100 11111 100111110 110100 101101

Color Harmonies of #B0388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0388D

Black with #B0388D

Text Example


Text Example

White with #B0388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0388D; }

 p { color: rgb(176,56,141); }

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

background-color css

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

 a { background-color: rgb(176,56,141); }

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

border-color css

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

 span { border-color: rgb(176,56,141); }

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