Html Css Color HEX #B73775 Medium Red Violet

📋 copy color: '#B73775'

red 183 ◦ green 55 ◦ blue 117

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

Shades of Medium Red Violet #B73775

Tints of Medium Red Violet #B73775

RGB

 RED value IS 183 (71.88% from 255) = 51.55%

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

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

R = 51.55%
G = 15.49%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B73775 (or 0xB73775) is known color: Medium Red Violet. HEX triplet: B7, 37 and 75. RGB value is (183,55,117). Sum of RGB (Red+Green+Blue) = 183+55+117=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B73775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73775 is #48C88A. Grayscale: #646464. Windows color (decimal): -4769931 or 7681975. OLE color: 7681975.

HSL color Cylindrical-coordinate representation of color #B73775: hue angle of 330.94º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73775 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 55 117 -
CMYK 0 0.70 0.36 0.28
HSL 330.94º 0.54% 0.47% -
HSV(B) 330.94º 0.7% 0.72% -
XYZ 24.11 14.08 18.28 -
YUV 100.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 183 55 117 0 0.70 0.36 0.28 330.94 0.54 0.47
Hex B7 37 75 0 46 24 1C 14B 36 2F
Octal 267 67 165 0 106 44 34 513 66 57
Binary 10110111 110111 1110101 0 1000110 100100 11100 101001011 110110 101111

Color Harmonies of #B73775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73775

Black with #B73775

Text Example


Text Example

White with #B73775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73775; }

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

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

background-color css

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

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

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

border-color css

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

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

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