Html Css Color HEX #B0389B Medium Red Violet

📋 copy color: '#B0389B'

red 176 ◦ green 56 ◦ blue 155

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

Shades of Medium Red Violet #B0389B

Tints of Medium Red Violet #B0389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 45.48%
G = 14.47%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0389B (or 0xB0389B) is known color: Medium Red Violet. HEX triplet: B0, 38 and 9B. RGB value is (176,56,155). Sum of RGB (Red+Green+Blue) = 176+56+155=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0389B is #4FC764. Grayscale: #666666. Windows color (decimal): -5228389 or 10172592. OLE color: 10172592.

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

Color convert

RGB 176 56 155 -
CMYK 0 0.68 0.12 0.31
HSL 310.5º 0.52% 0.45% -
HSV(B) 310.5º 0.68% 0.69% -
XYZ 25.24 14.43 32.46 -
YUV 103.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 176 56 155 0 0.68 0.12 0.31 310.5 0.52 0.45
Hex B0 38 9B 0 44 C 1F 136 34 2D
Octal 260 70 233 0 104 14 37 466 64 55
Binary 10110000 111000 10011011 0 1000100 1100 11111 100110110 110100 101101

Color Harmonies of #B0389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0389B

Black with #B0389B

Text Example


Text Example

White with #B0389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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