Html Css Color HEX #B74873 Royal Heath

📋 copy color: '#B74873'

red 183 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #B74873

Tints of Royal Heath #B74873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 49.46%
G = 19.46%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B74873 (or 0xB74873) is known color: Royal Heath. HEX triplet: B7, 48 and 73. RGB value is (183,72,115). Sum of RGB (Red+Green+Blue) = 183+72+115=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B74873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74873 is #48B78C. Grayscale: #6E6E6E. Windows color (decimal): -4765581 or 7555255. OLE color: 7555255.

HSL color Cylindrical-coordinate representation of color #B74873: hue angle of 336.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74873 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 72 115 -
CMYK 0 0.61 0.37 0.28
HSL 336.76º 0.44% 0.5% -
HSV(B) 336.76º 0.61% 0.72% -
XYZ 24.94 15.94 17.98 -
YUV 110.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 183 72 115 0 0.61 0.37 0.28 336.76 0.44 0.5
Hex B7 48 73 0 3D 25 1C 151 2C 32
Octal 267 110 163 0 75 45 34 521 54 62
Binary 10110111 1001000 1110011 0 111101 100101 11100 101010001 101100 110010

Color Harmonies of #B74873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74873

Black with #B74873

Text Example


Text Example

White with #B74873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74873; }

 p { color: rgb(183,72,115); }

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

background-color css

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

 a { background-color: rgb(183,72,115); }

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

border-color css

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

 span { border-color: rgb(183,72,115); }

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