Html Css Color HEX #B73BA4 Medium Red Violet

📋 copy color: '#B73BA4'

red 183 ◦ green 59 ◦ blue 164

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

Shades of Medium Red Violet #B73BA4

Tints of Medium Red Violet #B73BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.39%

R = 45.07%
G = 14.53%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B73BA4 (or 0xB73BA4) is known color: Medium Red Violet. HEX triplet: B7, 3B and A4. RGB value is (183,59,164). Sum of RGB (Red+Green+Blue) = 183+59+164=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B73BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73BA4 is #48C45B. Grayscale: #6B6B6B. Windows color (decimal): -4768860 or 10763191. OLE color: 10763191.

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

Color convert

RGB 183 59 164 -
CMYK 0 0.68 0.10 0.28
HSL 309.19º 0.51% 0.47% -
HSV(B) 309.19º 0.68% 0.72% -
XYZ 27.79 15.88 36.72 -
YUV 108.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 183 59 164 0 0.68 0.10 0.28 309.19 0.51 0.47
Hex B7 3B A4 0 44 A 1C 135 33 2F
Octal 267 73 244 0 104 12 34 465 63 57
Binary 10110111 111011 10100100 0 1000100 1010 11100 100110101 110011 101111

Color Harmonies of #B73BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BA4

Black with #B73BA4

Text Example


Text Example

White with #B73BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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