Html Css Color HEX #B0377F Medium Red Violet

📋 copy color: '#B0377F'

red 176 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #B0377F

Tints of Medium Red Violet #B0377F

RGB

 RED value IS 176 (69.14% from 255) = 49.16%

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 49.16%
G = 15.36%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0377F (or 0xB0377F) is known color: Medium Red Violet. HEX triplet: B0, 37 and 7F. RGB value is (176,55,127). Sum of RGB (Red+Green+Blue) = 176+55+127=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0377F is #4FC880. Grayscale: #636363. Windows color (decimal): -5228673 or 8337328. OLE color: 8337328.

HSL color Cylindrical-coordinate representation of color #B0377F: hue angle of 324.3º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0377F is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 127 -
CMYK 0 0.69 0.28 0.31
HSL 324.3º 0.52% 0.45% -
HSV(B) 324.3º 0.69% 0.69% -
XYZ 23.1 13.49 21.47 -
YUV 99.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 176 55 127 0 0.69 0.28 0.31 324.3 0.52 0.45
Hex B0 37 7F 0 45 1C 1F 144 34 2D
Octal 260 67 177 0 105 34 37 504 64 55
Binary 10110000 110111 1111111 0 1000101 11100 11111 101000100 110100 101101

Color Harmonies of #B0377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0377F

Black with #B0377F

Text Example


Text Example

White with #B0377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0377F; }

 p { color: rgb(176,55,127); }

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

background-color css

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

 a { background-color: rgb(176,55,127); }

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

border-color css

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

 span { border-color: rgb(176,55,127); }

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