Html Css Color HEX #B0379E Medium Red Violet

📋 copy color: '#B0379E'

red 176 ◦ green 55 ◦ blue 158

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

Shades of Medium Red Violet #B0379E

Tints of Medium Red Violet #B0379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.62%

R = 45.24%
G = 14.14%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0379E (or 0xB0379E) is known color: Medium Red Violet. HEX triplet: B0, 37 and 9E. RGB value is (176,55,158). Sum of RGB (Red+Green+Blue) = 176+55+158=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0379E is #4FC861. Grayscale: #666666. Windows color (decimal): -5228642 or 10368944. OLE color: 10368944.

HSL color Cylindrical-coordinate representation of color #B0379E: hue angle of 308.93º 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 #B0379E is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 158 -
CMYK 0 0.69 0.10 0.31
HSL 308.93º 0.52% 0.45% -
HSV(B) 308.93º 0.69% 0.69% -
XYZ 25.44 14.43 33.79 -
YUV 102.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 176 55 158 0 0.69 0.10 0.31 308.93 0.52 0.45
Hex B0 37 9E 0 45 A 1F 135 34 2D
Octal 260 67 236 0 105 12 37 465 64 55
Binary 10110000 110111 10011110 0 1000101 1010 11111 100110101 110100 101101

Color Harmonies of #B0379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0379E

Black with #B0379E

Text Example


Text Example

White with #B0379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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