Html Css Color HEX #B74283 Medium Red Violet

📋 copy color: '#B74283'

red 183 ◦ green 66 ◦ blue 131

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

Shades of Medium Red Violet #B74283

Tints of Medium Red Violet #B74283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 48.16%
G = 17.37%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B74283 (or 0xB74283) is known color: Medium Red Violet. HEX triplet: B7, 42 and 83. RGB value is (183,66,131). Sum of RGB (Red+Green+Blue) = 183+66+131=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B74283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74283 is #48BD7C. Grayscale: #6C6C6C. Windows color (decimal): -4767101 or 8602295. OLE color: 8602295.

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

Color convert

RGB 183 66 131 -
CMYK 0 0.64 0.28 0.28
HSL 326.67º 0.47% 0.49% -
HSV(B) 326.67º 0.64% 0.72% -
XYZ 25.57 15.6 23.14 -
YUV 108.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 183 66 131 0 0.64 0.28 0.28 326.67 0.47 0.49
Hex B7 42 83 0 40 1C 1C 147 2F 31
Octal 267 102 203 0 100 34 34 507 57 61
Binary 10110111 1000010 10000011 0 1000000 11100 11100 101000111 101111 110001

Color Harmonies of #B74283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74283

Black with #B74283

Text Example


Text Example

White with #B74283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74283; }

 p { color: rgb(183,66,131); }

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

background-color css

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

 a { background-color: rgb(183,66,131); }

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

border-color css

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

 span { border-color: rgb(183,66,131); }

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