Html Css Color HEX #B73082 Medium Red Violet

📋 copy color: '#B73082'

red 183 ◦ green 48 ◦ blue 130

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

Shades of Medium Red Violet #B73082

Tints of Medium Red Violet #B73082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.3%

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 50.69%
G = 13.3%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B73082 (or 0xB73082) is known color: Medium Red Violet. HEX triplet: B7, 30 and 82. RGB value is (183,48,130). Sum of RGB (Red+Green+Blue) = 183+48+130=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B73082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73082 is #48CF7D. Grayscale: #616161. Windows color (decimal): -4771710 or 8532151. OLE color: 8532151.

HSL color Cylindrical-coordinate representation of color #B73082: hue angle of 323.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73082 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 48 130 -
CMYK 0 0.74 0.29 0.28
HSL 323.56º 0.58% 0.45% -
HSV(B) 323.56º 0.74% 0.72% -
XYZ 24.61 13.79 22.48 -
YUV 97.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 183 48 130 0 0.74 0.29 0.28 323.56 0.58 0.45
Hex B7 30 82 0 4A 1D 1C 144 3A 2D
Octal 267 60 202 0 112 35 34 504 72 55
Binary 10110111 110000 10000010 0 1001010 11101 11100 101000100 111010 101101

Color Harmonies of #B73082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73082

Black with #B73082

Text Example


Text Example

White with #B73082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73082; }

 p { color: rgb(183,48,130); }

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

background-color css

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

 a { background-color: rgb(183,48,130); }

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

border-color css

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

 span { border-color: rgb(183,48,130); }

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