Html Css Color HEX #B2377D Medium Red Violet

📋 copy color: '#B2377D'

red 178 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #B2377D

Tints of Medium Red Violet #B2377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 49.72%
G = 15.36%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2377D (or 0xB2377D) is known color: Medium Red Violet. HEX triplet: B2, 37 and 7D. RGB value is (178,55,125). Sum of RGB (Red+Green+Blue) = 178+55+125=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2377D is #4DC882. Grayscale: #636363. Windows color (decimal): -5097603 or 8206258. OLE color: 8206258.

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

Color convert

RGB 178 55 125 -
CMYK 0 0.69 0.30 0.30
HSL 325.85º 0.53% 0.46% -
HSV(B) 325.85º 0.69% 0.7% -
XYZ 23.43 13.68 20.81 -
YUV 99.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 178 55 125 0 0.69 0.30 0.30 325.85 0.53 0.46
Hex B2 37 7D 0 45 1E 1E 146 35 2E
Octal 262 67 175 0 105 36 36 506 65 56
Binary 10110010 110111 1111101 0 1000101 11110 11110 101000110 110101 101110

Color Harmonies of #B2377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2377D

Black with #B2377D

Text Example


Text Example

White with #B2377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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