Html Css Color HEX #B0378C Medium Red Violet

📋 copy color: '#B0378C'

red 176 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #B0378C

Tints of Medium Red Violet #B0378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 47.44%
G = 14.82%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0378C (or 0xB0378C) is known color: Medium Red Violet. HEX triplet: B0, 37 and 8C. RGB value is (176,55,140). Sum of RGB (Red+Green+Blue) = 176+55+140=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0378C is #4FC873. Grayscale: #646464. Windows color (decimal): -5228660 or 9189296. OLE color: 9189296.

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

Color convert

RGB 176 55 140 -
CMYK 0 0.69 0.20 0.31
HSL 317.85º 0.52% 0.45% -
HSV(B) 317.85º 0.69% 0.69% -
XYZ 24 13.86 26.22 -
YUV 100.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 176 55 140 0 0.69 0.20 0.31 317.85 0.52 0.45
Hex B0 37 8C 0 45 14 1F 13E 34 2D
Octal 260 67 214 0 105 24 37 476 64 55
Binary 10110000 110111 10001100 0 1000101 10100 11111 100111110 110100 101101

Color Harmonies of #B0378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0378C

Black with #B0378C

Text Example


Text Example

White with #B0378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0378C; }

 p { color: rgb(176,55,140); }

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

background-color css

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

 a { background-color: rgb(176,55,140); }

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

border-color css

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

 span { border-color: rgb(176,55,140); }

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