Html Css Color HEX #B74288 Medium Red Violet

📋 copy color: '#B74288'

red 183 ◦ green 66 ◦ blue 136

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

Shades of Medium Red Violet #B74288

Tints of Medium Red Violet #B74288

RGB

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

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

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

R = 47.53%
G = 17.14%
B = 35.32%

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

#B74288 (or 0xB74288) is known color: Medium Red Violet. HEX triplet: B7, 42 and 88. RGB value is (183,66,136). Sum of RGB (Red+Green+Blue) = 183+66+136=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B74288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74288 is #48BD77. Grayscale: #6C6C6C. Windows color (decimal): -4767096 or 8929975. OLE color: 8929975.

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

Color convert

RGB 183 66 136 -
CMYK 0 0.64 0.26 0.28
HSL 324.1º 0.47% 0.49% -
HSV(B) 324.1º 0.64% 0.72% -
XYZ 25.92 15.74 24.96 -
YUV 108.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 183 66 136 0 0.64 0.26 0.28 324.1 0.47 0.49
Hex B7 42 88 0 40 1A 1C 144 2F 31
Octal 267 102 210 0 100 32 34 504 57 61
Binary 10110111 1000010 10001000 0 1000000 11010 11100 101000100 101111 110001

Color Harmonies of #B74288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74288

Black with #B74288

Text Example


Text Example

White with #B74288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74288; }

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

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

background-color css

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

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

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

border-color css

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

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

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