Html Css Color HEX #B73C8B Medium Red Violet

📋 copy color: '#B73C8B'

red 183 ◦ green 60 ◦ blue 139

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

Shades of Medium Red Violet #B73C8B

Tints of Medium Red Violet #B73C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.71%

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 47.91%
G = 15.71%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B73C8B (or 0xB73C8B) is known color: Medium Red Violet. HEX triplet: B7, 3C and 8B. RGB value is (183,60,139). Sum of RGB (Red+Green+Blue) = 183+60+139=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73C8B is #48C374. Grayscale: #696969. Windows color (decimal): -4768629 or 9125047. OLE color: 9125047.

HSL color Cylindrical-coordinate representation of color #B73C8B: hue angle of 321.46º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73C8B is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 60 139 -
CMYK 0 0.67 0.24 0.28
HSL 321.46º 0.51% 0.48% -
HSV(B) 321.46º 0.67% 0.72% -
XYZ 25.8 15.16 25.99 -
YUV 105.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 183 60 139 0 0.67 0.24 0.28 321.46 0.51 0.48
Hex B7 3C 8B 0 43 18 1C 141 33 30
Octal 267 74 213 0 103 30 34 501 63 60
Binary 10110111 111100 10001011 0 1000011 11000 11100 101000001 110011 110000

Color Harmonies of #B73C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C8B

Black with #B73C8B

Text Example


Text Example

White with #B73C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C8B; }

 p { color: rgb(183,60,139); }

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

background-color css

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

 a { background-color: rgb(183,60,139); }

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

border-color css

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

 span { border-color: rgb(183,60,139); }

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