Html Css Color HEX #B73675 Medium Red Violet

📋 copy color: '#B73675'

red 183 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #B73675

Tints of Medium Red Violet #B73675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

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

R = 51.69%
G = 15.25%
B = 33.05%

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

#B73675 (or 0xB73675) is known color: Medium Red Violet. HEX triplet: B7, 36 and 75. RGB value is (183,54,117). Sum of RGB (Red+Green+Blue) = 183+54+117=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B73675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73675 is #48C98A. Grayscale: #636363. Windows color (decimal): -4770187 or 7681719. OLE color: 7681719.

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

Color convert

RGB 183 54 117 -
CMYK 0 0.70 0.36 0.28
HSL 330.7º 0.54% 0.46% -
HSV(B) 330.7º 0.7% 0.72% -
XYZ 24.06 13.99 18.26 -
YUV 99.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 183 54 117 0 0.70 0.36 0.28 330.7 0.54 0.46
Hex B7 36 75 0 46 24 1C 14B 36 2E
Octal 267 66 165 0 106 44 34 513 66 56
Binary 10110111 110110 1110101 0 1000110 100100 11100 101001011 110110 101110

Color Harmonies of #B73675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73675

Black with #B73675

Text Example


Text Example

White with #B73675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73675; }

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

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

background-color css

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

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

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

border-color css

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

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

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