Html Css Color HEX #B03775 Medium Red Violet

📋 copy color: '#B03775'

red 176 ◦ green 55 ◦ blue 117

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

Shades of Medium Red Violet #B03775

Tints of Medium Red Violet #B03775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 50.57%
G = 15.8%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B03775 (or 0xB03775) is known color: Medium Red Violet. HEX triplet: B0, 37 and 75. RGB value is (176,55,117). Sum of RGB (Red+Green+Blue) = 176+55+117=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B03775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03775 is #4FC88A. Grayscale: #626262. Windows color (decimal): -5228683 or 7681968. OLE color: 7681968.

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

Color convert

RGB 176 55 117 -
CMYK 0 0.69 0.34 0.31
HSL 329.26º 0.52% 0.45% -
HSV(B) 329.26º 0.69% 0.69% -
XYZ 22.48 13.25 18.2 -
YUV 98.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 176 55 117 0 0.69 0.34 0.31 329.26 0.52 0.45
Hex B0 37 75 0 45 22 1F 149 34 2D
Octal 260 67 165 0 105 42 37 511 64 55
Binary 10110000 110111 1110101 0 1000101 100010 11111 101001001 110100 101101

Color Harmonies of #B03775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03775

Black with #B03775

Text Example


Text Example

White with #B03775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03775; }

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

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

background-color css

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

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

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

border-color css

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

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

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