Html Css Color HEX #B73A8C Medium Red Violet

📋 copy color: '#B73A8C'

red 183 ◦ green 58 ◦ blue 140

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

Shades of Medium Red Violet #B73A8C

Tints of Medium Red Violet #B73A8C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.22%

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 48.03%
G = 15.22%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B73A8C (or 0xB73A8C) is known color: Medium Red Violet. HEX triplet: B7, 3A and 8C. RGB value is (183,58,140). Sum of RGB (Red+Green+Blue) = 183+58+140=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73A8C is #48C573. Grayscale: #686868. Windows color (decimal): -4769140 or 9190071. OLE color: 9190071.

HSL color Cylindrical-coordinate representation of color #B73A8C: hue angle of 320.64º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73A8C is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 58 140 -
CMYK 0 0.68 0.23 0.28
HSL 320.64º 0.52% 0.47% -
HSV(B) 320.64º 0.68% 0.72% -
XYZ 25.78 14.99 26.35 -
YUV 104.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 183 58 140 0 0.68 0.23 0.28 320.64 0.52 0.47
Hex B7 3A 8C 0 44 17 1C 141 34 2F
Octal 267 72 214 0 104 27 34 501 64 57
Binary 10110111 111010 10001100 0 1000100 10111 11100 101000001 110100 101111

Color Harmonies of #B73A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A8C

Black with #B73A8C

Text Example


Text Example

White with #B73A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A8C; }

 p { color: rgb(183,58,140); }

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

background-color css

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

 a { background-color: rgb(183,58,140); }

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

border-color css

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

 span { border-color: rgb(183,58,140); }

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