Html Css Color HEX #B2377E Medium Red Violet

📋 copy color: '#B2377E'

red 178 ◦ green 55 ◦ blue 126

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

Shades of Medium Red Violet #B2377E

Tints of Medium Red Violet #B2377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 49.58%
G = 15.32%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2377E (or 0xB2377E) is known color: Medium Red Violet. HEX triplet: B2, 37 and 7E. RGB value is (178,55,126). Sum of RGB (Red+Green+Blue) = 178+55+126=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2377E is #4DC881. Grayscale: #636363. Windows color (decimal): -5097602 or 8271794. OLE color: 8271794.

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

Color convert

RGB 178 55 126 -
CMYK 0 0.69 0.29 0.30
HSL 325.37º 0.53% 0.46% -
HSV(B) 325.37º 0.69% 0.7% -
XYZ 23.49 13.7 21.15 -
YUV 99.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 178 55 126 0 0.69 0.29 0.30 325.37 0.53 0.46
Hex B2 37 7E 0 45 1D 1E 145 35 2E
Octal 262 67 176 0 105 35 36 505 65 56
Binary 10110010 110111 1111110 0 1000101 11101 11110 101000101 110101 101110

Color Harmonies of #B2377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2377E

Black with #B2377E

Text Example


Text Example

White with #B2377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2377E; }

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

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

background-color css

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

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

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

border-color css

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

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

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