Html Css Color HEX #B73D8B Medium Red Violet

📋 copy color: '#B73D8B'

red 183 ◦ green 61 ◦ blue 139

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

Shades of Medium Red Violet #B73D8B

Tints of Medium Red Violet #B73D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 47.78%
G = 15.93%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B73D8B (or 0xB73D8B) is known color: Medium Red Violet. HEX triplet: B7, 3D and 8B. RGB value is (183,61,139). Sum of RGB (Red+Green+Blue) = 183+61+139=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73D8B is #48C274. Grayscale: #6A6A6A. Windows color (decimal): -4768373 or 9125303. OLE color: 9125303.

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

Color convert

RGB 183 61 139 -
CMYK 0 0.67 0.24 0.28
HSL 321.64º 0.5% 0.48% -
HSV(B) 321.64º 0.67% 0.72% -
XYZ 25.86 15.27 26.01 -
YUV 106.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 183 61 139 0 0.67 0.24 0.28 321.64 0.5 0.48
Hex B7 3D 8B 0 43 18 1C 142 32 30
Octal 267 75 213 0 103 30 34 502 62 60
Binary 10110111 111101 10001011 0 1000011 11000 11100 101000010 110010 110000

Color Harmonies of #B73D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D8B

Black with #B73D8B

Text Example


Text Example

White with #B73D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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