Html Css Color HEX #B73085 Medium Red Violet

📋 copy color: '#B73085'

red 183 ◦ green 48 ◦ blue 133

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

Shades of Medium Red Violet #B73085

Tints of Medium Red Violet #B73085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.19%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 50.27%
G = 13.19%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B73085 (or 0xB73085) is known color: Medium Red Violet. HEX triplet: B7, 30 and 85. RGB value is (183,48,133). Sum of RGB (Red+Green+Blue) = 183+48+133=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B73085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73085 is #48CF7A. Grayscale: #616161. Windows color (decimal): -4771707 or 8728759. OLE color: 8728759.

HSL color Cylindrical-coordinate representation of color #B73085: hue angle of 322.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73085 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 133 -
CMYK 0 0.74 0.27 0.28
HSL 322.22º 0.58% 0.45% -
HSV(B) 322.22º 0.74% 0.72% -
XYZ 24.82 13.87 23.56 -
YUV 98.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 183 48 133 0 0.74 0.27 0.28 322.22 0.58 0.45
Hex B7 30 85 0 4A 1B 1C 142 3A 2D
Octal 267 60 205 0 112 33 34 502 72 55
Binary 10110111 110000 10000101 0 1001010 11011 11100 101000010 111010 101101

Color Harmonies of #B73085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73085

Black with #B73085

Text Example


Text Example

White with #B73085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73085; }

 p { color: rgb(183,48,133); }

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

background-color css

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

 a { background-color: rgb(183,48,133); }

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

border-color css

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

 span { border-color: rgb(183,48,133); }

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