Html Css Color HEX #B74471 Royal Heath

📋 copy color: '#B74471'

red 183 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #B74471

Tints of Royal Heath #B74471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 50.27%
G = 18.68%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B74471 (or 0xB74471) is known color: Royal Heath. HEX triplet: B7, 44 and 71. RGB value is (183,68,113). Sum of RGB (Red+Green+Blue) = 183+68+113=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B74471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74471 is #48BB8E. Grayscale: #6B6B6B. Windows color (decimal): -4766607 or 7423159. OLE color: 7423159.

HSL color Cylindrical-coordinate representation of color #B74471: hue angle of 336.52º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74471 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 68 113 -
CMYK 0 0.63 0.38 0.28
HSL 336.52º 0.46% 0.49% -
HSV(B) 336.52º 0.63% 0.72% -
XYZ 24.58 15.39 17.3 -
YUV 107.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 183 68 113 0 0.63 0.38 0.28 336.52 0.46 0.49
Hex B7 44 71 0 3F 26 1C 151 2E 31
Octal 267 104 161 0 77 46 34 521 56 61
Binary 10110111 1000100 1110001 0 111111 100110 11100 101010001 101110 110001

Color Harmonies of #B74471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74471

Black with #B74471

Text Example


Text Example

White with #B74471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74471; }

 p { color: rgb(183,68,113); }

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

background-color css

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

 a { background-color: rgb(183,68,113); }

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

border-color css

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

 span { border-color: rgb(183,68,113); }

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