Html Css Color HEX #B0388F Medium Red Violet

📋 copy color: '#B0388F'

red 176 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #B0388F

Tints of Medium Red Violet #B0388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 46.93%
G = 14.93%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0388F (or 0xB0388F) is known color: Medium Red Violet. HEX triplet: B0, 38 and 8F. RGB value is (176,56,143). Sum of RGB (Red+Green+Blue) = 176+56+143=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0388F is #4FC770. Grayscale: #656565. Windows color (decimal): -5228401 or 9386160. OLE color: 9386160.

HSL color Cylindrical-coordinate representation of color #B0388F: hue angle of 316.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 #B0388F is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 143 -
CMYK 0 0.68 0.19 0.31
HSL 316.5º 0.52% 0.45% -
HSV(B) 316.5º 0.68% 0.69% -
XYZ 24.28 14.04 27.42 -
YUV 101.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 176 56 143 0 0.68 0.19 0.31 316.5 0.52 0.45
Hex B0 38 8F 0 44 13 1F 13C 34 2D
Octal 260 70 217 0 104 23 37 474 64 55
Binary 10110000 111000 10001111 0 1000100 10011 11111 100111100 110100 101101

Color Harmonies of #B0388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0388F

Black with #B0388F

Text Example


Text Example

White with #B0388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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