Html Css Color HEX #B73B9E Medium Red Violet

📋 copy color: '#B73B9E'

red 183 ◦ green 59 ◦ blue 158

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

Shades of Medium Red Violet #B73B9E

Tints of Medium Red Violet #B73B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 45.75%
G = 14.75%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B73B9E (or 0xB73B9E) is known color: Medium Red Violet. HEX triplet: B7, 3B and 9E. RGB value is (183,59,158). Sum of RGB (Red+Green+Blue) = 183+59+158=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73B9E is #48C461. Grayscale: #6B6B6B. Windows color (decimal): -4768866 or 10369975. OLE color: 10369975.

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

Color convert

RGB 183 59 158 -
CMYK 0 0.68 0.14 0.28
HSL 312.1º 0.51% 0.47% -
HSV(B) 312.1º 0.68% 0.72% -
XYZ 27.26 15.66 33.93 -
YUV 107.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 183 59 158 0 0.68 0.14 0.28 312.1 0.51 0.47
Hex B7 3B 9E 0 44 E 1C 138 33 2F
Octal 267 73 236 0 104 16 34 470 63 57
Binary 10110111 111011 10011110 0 1000100 1110 11100 100111000 110011 101111

Color Harmonies of #B73B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B9E

Black with #B73B9E

Text Example


Text Example

White with #B73B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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