Html Css Color HEX #B2377B Medium Red Violet

📋 copy color: '#B2377B'

red 178 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #B2377B

Tints of Medium Red Violet #B2377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 50%
G = 15.45%
B = 34.55%

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

#B2377B (or 0xB2377B) is known color: Medium Red Violet. HEX triplet: B2, 37 and 7B. RGB value is (178,55,123). Sum of RGB (Red+Green+Blue) = 178+55+123=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2377B is #4DC884. Grayscale: #636363. Windows color (decimal): -5097605 or 8075186. OLE color: 8075186.

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

Color convert

RGB 178 55 123 -
CMYK 0 0.69 0.31 0.30
HSL 326.83º 0.53% 0.46% -
HSV(B) 326.83º 0.69% 0.7% -
XYZ 23.3 13.63 20.14 -
YUV 99.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 178 55 123 0 0.69 0.31 0.30 326.83 0.53 0.46
Hex B2 37 7B 0 45 1F 1E 147 35 2E
Octal 262 67 173 0 105 37 36 507 65 56
Binary 10110010 110111 1111011 0 1000101 11111 11110 101000111 110101 101110

Color Harmonies of #B2377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2377B

Black with #B2377B

Text Example


Text Example

White with #B2377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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