Html Css Color HEX #B2379D Medium Red Violet

📋 copy color: '#B2379D'

red 178 ◦ green 55 ◦ blue 157

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

Shades of Medium Red Violet #B2379D

Tints of Medium Red Violet #B2379D

RGB

 RED value IS 178 (69.92% from 255) = 45.64%

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

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 45.64%
G = 14.1%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2379D (or 0xB2379D) is known color: Medium Red Violet. HEX triplet: B2, 37 and 9D. RGB value is (178,55,157). Sum of RGB (Red+Green+Blue) = 178+55+157=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2379D is #4DC862. Grayscale: #676767. Windows color (decimal): -5097571 or 10303410. OLE color: 10303410.

HSL color Cylindrical-coordinate representation of color #B2379D: hue angle of 310.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2379D is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 157 -
CMYK 0 0.69 0.12 0.30
HSL 310.24º 0.53% 0.46% -
HSV(B) 310.24º 0.69% 0.7% -
XYZ 25.81 14.63 33.36 -
YUV 103.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 178 55 157 0 0.69 0.12 0.30 310.24 0.53 0.46
Hex B2 37 9D 0 45 C 1E 136 35 2E
Octal 262 67 235 0 105 14 36 466 65 56
Binary 10110010 110111 10011101 0 1000101 1100 11110 100110110 110101 101110

Color Harmonies of #B2379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2379D

Black with #B2379D

Text Example


Text Example

White with #B2379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2379D; }

 p { color: rgb(178,55,157); }

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

background-color css

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

 a { background-color: rgb(178,55,157); }

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

border-color css

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

 span { border-color: rgb(178,55,157); }

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