Html Css Color HEX #B73C9E Medium Red Violet

📋 copy color: '#B73C9E'

red 183 ◦ green 60 ◦ blue 158

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

Shades of Medium Red Violet #B73C9E

Tints of Medium Red Violet #B73C9E

RGB

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

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

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

R = 45.64%
G = 14.96%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B73C9E (or 0xB73C9E) is known color: Medium Red Violet. HEX triplet: B7, 3C and 9E. RGB value is (183,60,158). Sum of RGB (Red+Green+Blue) = 183+60+158=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73C9E is #48C361. Grayscale: #6B6B6B. Windows color (decimal): -4768610 or 10370231. OLE color: 10370231.

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

Color convert

RGB 183 60 158 -
CMYK 0 0.67 0.14 0.28
HSL 312.2º 0.51% 0.48% -
HSV(B) 312.2º 0.67% 0.72% -
XYZ 27.32 15.77 33.95 -
YUV 107.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 183 60 158 0 0.67 0.14 0.28 312.2 0.51 0.48
Hex B7 3C 9E 0 43 E 1C 138 33 30
Octal 267 74 236 0 103 16 34 470 63 60
Binary 10110111 111100 10011110 0 1000011 1110 11100 100111000 110011 110000

Color Harmonies of #B73C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C9E

Black with #B73C9E

Text Example


Text Example

White with #B73C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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