Html Css Color HEX #B74E78 Royal Heath

📋 copy color: '#B74E78'

red 183 ◦ green 78 ◦ blue 120

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

Shades of Royal Heath #B74E78

Tints of Royal Heath #B74E78

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.47%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 48.03%
G = 20.47%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B74E78 (or 0xB74E78) is known color: Royal Heath. HEX triplet: B7, 4E and 78. RGB value is (183,78,120). Sum of RGB (Red+Green+Blue) = 183+78+120=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E78 is #48B187. Grayscale: #727272. Windows color (decimal): -4764040 or 7884471. OLE color: 7884471.

HSL color Cylindrical-coordinate representation of color #B74E78: hue angle of 336º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74E78 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 78 120 -
CMYK 0 0.57 0.34 0.28
HSL 336º 0.42% 0.51% -
HSV(B) 336º 0.57% 0.72% -
XYZ 25.64 16.87 19.67 -
YUV 114.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 183 78 120 0 0.57 0.34 0.28 336 0.42 0.51
Hex B7 4E 78 0 39 22 1C 150 2A 33
Octal 267 116 170 0 71 42 34 520 52 63
Binary 10110111 1001110 1111000 0 111001 100010 11100 101010000 101010 110011

Color Harmonies of #B74E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E78

Black with #B74E78

Text Example


Text Example

White with #B74E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E78; }

 p { color: rgb(183,78,120); }

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

background-color css

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

 a { background-color: rgb(183,78,120); }

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

border-color css

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

 span { border-color: rgb(183,78,120); }

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