Html Css Color HEX #B73B9A Medium Red Violet

📋 copy color: '#B73B9A'

red 183 ◦ green 59 ◦ blue 154

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

Shades of Medium Red Violet #B73B9A

Tints of Medium Red Violet #B73B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 46.21%
G = 14.9%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B73B9A (or 0xB73B9A) is known color: Medium Red Violet. HEX triplet: B7, 3B and 9A. RGB value is (183,59,154). Sum of RGB (Red+Green+Blue) = 183+59+154=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73B9A is #48C465. Grayscale: #6A6A6A. Windows color (decimal): -4768870 or 10107831. OLE color: 10107831.

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

Color convert

RGB 183 59 154 -
CMYK 0 0.68 0.16 0.28
HSL 314.03º 0.51% 0.47% -
HSV(B) 314.03º 0.68% 0.72% -
XYZ 26.93 15.53 32.15 -
YUV 106.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 183 59 154 0 0.68 0.16 0.28 314.03 0.51 0.47
Hex B7 3B 9A 0 44 10 1C 13A 33 2F
Octal 267 73 232 0 104 20 34 472 63 57
Binary 10110111 111011 10011010 0 1000100 10000 11100 100111010 110011 101111

Color Harmonies of #B73B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B9A

Black with #B73B9A

Text Example


Text Example

White with #B73B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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