Html Css Color HEX #B73B9B Medium Red Violet

📋 copy color: '#B73B9B'

red 183 ◦ green 59 ◦ blue 155

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

Shades of Medium Red Violet #B73B9B

Tints of Medium Red Violet #B73B9B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 46.1%
G = 14.86%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B73B9B (or 0xB73B9B) is known color: Medium Red Violet. HEX triplet: B7, 3B and 9B. RGB value is (183,59,155). Sum of RGB (Red+Green+Blue) = 183+59+155=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73B9B is #48C464. Grayscale: #6A6A6A. Windows color (decimal): -4768869 or 10173367. OLE color: 10173367.

HSL color Cylindrical-coordinate representation of color #B73B9B: hue angle of 313.55º degrees, saturation: 0.51, 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 #B73B9B is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 155 -
CMYK 0 0.68 0.15 0.28
HSL 313.55º 0.51% 0.47% -
HSV(B) 313.55º 0.68% 0.72% -
XYZ 27.01 15.56 32.59 -
YUV 107.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 183 59 155 0 0.68 0.15 0.28 313.55 0.51 0.47
Hex B7 3B 9B 0 44 F 1C 13A 33 2F
Octal 267 73 233 0 104 17 34 472 63 57
Binary 10110111 111011 10011011 0 1000100 1111 11100 100111010 110011 101111

Color Harmonies of #B73B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B9B

Black with #B73B9B

Text Example


Text Example

White with #B73B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B9B; }

 p { color: rgb(183,59,155); }

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

background-color css

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

 a { background-color: rgb(183,59,155); }

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

border-color css

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

 span { border-color: rgb(183,59,155); }

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