Html Css Color HEX #B73D8A Medium Red Violet

📋 copy color: '#B73D8A'

red 183 ◦ green 61 ◦ blue 138

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

Shades of Medium Red Violet #B73D8A

Tints of Medium Red Violet #B73D8A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.97%

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 47.91%
G = 15.97%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B73D8A (or 0xB73D8A) is known color: Medium Red Violet. HEX triplet: B7, 3D and 8A. RGB value is (183,61,138). Sum of RGB (Red+Green+Blue) = 183+61+138=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73D8A is #48C275. Grayscale: #6A6A6A. Windows color (decimal): -4768374 or 9059767. OLE color: 9059767.

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

Color convert

RGB 183 61 138 -
CMYK 0 0.67 0.25 0.28
HSL 322.13º 0.5% 0.48% -
HSV(B) 322.13º 0.67% 0.72% -
XYZ 25.78 15.24 25.63 -
YUV 106.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 183 61 138 0 0.67 0.25 0.28 322.13 0.5 0.48
Hex B7 3D 8A 0 43 19 1C 142 32 30
Octal 267 75 212 0 103 31 34 502 62 60
Binary 10110111 111101 10001010 0 1000011 11001 11100 101000010 110010 110000

Color Harmonies of #B73D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D8A

Black with #B73D8A

Text Example


Text Example

White with #B73D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D8A; }

 p { color: rgb(183,61,138); }

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

background-color css

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

 a { background-color: rgb(183,61,138); }

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

border-color css

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

 span { border-color: rgb(183,61,138); }

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