Html Css Color HEX #B74188 Medium Red Violet

📋 copy color: '#B74188'

red 183 ◦ green 65 ◦ blue 136

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

Shades of Medium Red Violet #B74188

Tints of Medium Red Violet #B74188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.42%

R = 47.66%
G = 16.93%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B74188 (or 0xB74188) is known color: Medium Red Violet. HEX triplet: B7, 41 and 88. RGB value is (183,65,136). Sum of RGB (Red+Green+Blue) = 183+65+136=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74188 is #48BE77. Grayscale: #6C6C6C. Windows color (decimal): -4767352 or 8929719. OLE color: 8929719.

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

Color convert

RGB 183 65 136 -
CMYK 0 0.64 0.26 0.28
HSL 323.9º 0.48% 0.49% -
HSV(B) 323.9º 0.64% 0.72% -
XYZ 25.86 15.63 24.95 -
YUV 108.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 183 65 136 0 0.64 0.26 0.28 323.9 0.48 0.49
Hex B7 41 88 0 40 1A 1C 144 30 31
Octal 267 101 210 0 100 32 34 504 60 61
Binary 10110111 1000001 10001000 0 1000000 11010 11100 101000100 110000 110001

Color Harmonies of #B74188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74188

Black with #B74188

Text Example


Text Example

White with #B74188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74188; }

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

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

background-color css

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

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

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

border-color css

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

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

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