Html Css Color HEX #B2379A Medium Red Violet

📋 copy color: '#B2379A'

red 178 ◦ green 55 ◦ blue 154

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

Shades of Medium Red Violet #B2379A

Tints of Medium Red Violet #B2379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.79%

R = 45.99%
G = 14.21%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2379A (or 0xB2379A) is known color: Medium Red Violet. HEX triplet: B2, 37 and 9A. RGB value is (178,55,154). Sum of RGB (Red+Green+Blue) = 178+55+154=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2379A is #4DC865. Grayscale: #666666. Windows color (decimal): -5097574 or 10106802. OLE color: 10106802.

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

Color convert

RGB 178 55 154 -
CMYK 0 0.69 0.13 0.30
HSL 311.71º 0.53% 0.46% -
HSV(B) 311.71º 0.69% 0.7% -
XYZ 25.56 14.53 32.03 -
YUV 103.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 178 55 154 0 0.69 0.13 0.30 311.71 0.53 0.46
Hex B2 37 9A 0 45 D 1E 138 35 2E
Octal 262 67 232 0 105 15 36 470 65 56
Binary 10110010 110111 10011010 0 1000101 1101 11110 100111000 110101 101110

Color Harmonies of #B2379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2379A

Black with #B2379A

Text Example


Text Example

White with #B2379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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