Html Css Color HEX #B73CA2 Medium Red Violet

📋 copy color: '#B73CA2'

red 183 ◦ green 60 ◦ blue 162

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

Shades of Medium Red Violet #B73CA2

Tints of Medium Red Violet #B73CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40%

R = 45.19%
G = 14.81%
B = 40%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B73CA2 (or 0xB73CA2) is known color: Medium Red Violet. HEX triplet: B7, 3C and A2. RGB value is (183,60,162). Sum of RGB (Red+Green+Blue) = 183+60+162=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B73CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73CA2 is #48C35D. Grayscale: #6C6C6C. Windows color (decimal): -4768606 or 10632375. OLE color: 10632375.

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

Color convert

RGB 183 60 162 -
CMYK 0 0.67 0.11 0.28
HSL 310.24º 0.51% 0.48% -
HSV(B) 310.24º 0.67% 0.72% -
XYZ 27.67 15.91 35.79 -
YUV 108.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 183 60 162 0 0.67 0.11 0.28 310.24 0.51 0.48
Hex B7 3C A2 0 43 B 1C 136 33 30
Octal 267 74 242 0 103 13 34 466 63 60
Binary 10110111 111100 10100010 0 1000011 1011 11100 100110110 110011 110000

Color Harmonies of #B73CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CA2

Black with #B73CA2

Text Example


Text Example

White with #B73CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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