Html Css Color HEX #B73294 Medium Red Violet

📋 copy color: '#B73294'

red 183 ◦ green 50 ◦ blue 148

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

Shades of Medium Red Violet #B73294

Tints of Medium Red Violet #B73294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 48.03%
G = 13.12%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B73294 (or 0xB73294) is known color: Medium Red Violet. HEX triplet: B7, 32 and 94. RGB value is (183,50,148). Sum of RGB (Red+Green+Blue) = 183+50+148=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B73294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73294 is #48CD6B. Grayscale: #646464. Windows color (decimal): -4771180 or 9712311. OLE color: 9712311.

HSL color Cylindrical-coordinate representation of color #B73294: hue angle of 315.79º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73294 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 50 148 -
CMYK 0 0.73 0.19 0.28
HSL 315.79º 0.57% 0.46% -
HSV(B) 315.79º 0.73% 0.72% -
XYZ 26.01 14.49 29.44 -
YUV 100.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 183 50 148 0 0.73 0.19 0.28 315.79 0.57 0.46
Hex B7 32 94 0 49 13 1C 13C 39 2E
Octal 267 62 224 0 111 23 34 474 71 56
Binary 10110111 110010 10010100 0 1001001 10011 11100 100111100 111001 101110

Color Harmonies of #B73294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73294

Black with #B73294

Text Example


Text Example

White with #B73294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73294; }

 p { color: rgb(183,50,148); }

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

background-color css

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

 a { background-color: rgb(183,50,148); }

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

border-color css

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

 span { border-color: rgb(183,50,148); }

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