Html Css Color HEX #B74182 Medium Red Violet

📋 copy color: '#B74182'

red 183 ◦ green 65 ◦ blue 130

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

Shades of Medium Red Violet #B74182

Tints of Medium Red Violet #B74182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 48.41%
G = 17.2%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B74182 (or 0xB74182) is known color: Medium Red Violet. HEX triplet: B7, 41 and 82. RGB value is (183,65,130). Sum of RGB (Red+Green+Blue) = 183+65+130=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B74182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74182 is #48BE7D. Grayscale: #6B6B6B. Windows color (decimal): -4767358 or 8536503. OLE color: 8536503.

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

Color convert

RGB 183 65 130 -
CMYK 0 0.64 0.29 0.28
HSL 326.95º 0.48% 0.49% -
HSV(B) 326.95º 0.64% 0.72% -
XYZ 25.45 15.46 22.76 -
YUV 107.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 183 65 130 0 0.64 0.29 0.28 326.95 0.48 0.49
Hex B7 41 82 0 40 1D 1C 147 30 31
Octal 267 101 202 0 100 35 34 507 60 61
Binary 10110111 1000001 10000010 0 1000000 11101 11100 101000111 110000 110001

Color Harmonies of #B74182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74182

Black with #B74182

Text Example


Text Example

White with #B74182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74182; }

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

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

background-color css

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

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

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

border-color css

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

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

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