Html Css Color HEX #B2377A Medium Red Violet

📋 copy color: '#B2377A'

red 178 ◦ green 55 ◦ blue 122

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

Shades of Medium Red Violet #B2377A

Tints of Medium Red Violet #B2377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 50.14%
G = 15.49%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2377A (or 0xB2377A) is known color: Medium Red Violet. HEX triplet: B2, 37 and 7A. RGB value is (178,55,122). Sum of RGB (Red+Green+Blue) = 178+55+122=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2377A is #4DC885. Grayscale: #636363. Windows color (decimal): -5097606 or 8009650. OLE color: 8009650.

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

Color convert

RGB 178 55 122 -
CMYK 0 0.69 0.31 0.30
HSL 327.32º 0.53% 0.46% -
HSV(B) 327.32º 0.69% 0.7% -
XYZ 23.24 13.6 19.81 -
YUV 99.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 178 55 122 0 0.69 0.31 0.30 327.32 0.53 0.46
Hex B2 37 7A 0 45 1F 1E 147 35 2E
Octal 262 67 172 0 105 37 36 507 65 56
Binary 10110010 110111 1111010 0 1000101 11111 11110 101000111 110101 101110

Color Harmonies of #B2377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2377A

Black with #B2377A

Text Example


Text Example

White with #B2377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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