Html Css Color HEX #B4547F Royal Heath

📋 copy color: '#B4547F'

red 180 ◦ green 84 ◦ blue 127

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

Shades of Royal Heath #B4547F

Tints of Royal Heath #B4547F

RGB

 RED value IS 180 (70.7% from 255) = 46.04%

 GREEN value IS 84 (33.2% from 255) = 21.48%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 46.04%
G = 21.48%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4547F (or 0xB4547F) is known color: Royal Heath. HEX triplet: B4, 54 and 7F. RGB value is (180,84,127). Sum of RGB (Red+Green+Blue) = 180+84+127=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4547F is #4BAB80. Grayscale: #757575. Windows color (decimal): -4959105 or 8344756. OLE color: 8344756.

HSL color Cylindrical-coordinate representation of color #B4547F: hue angle of 333.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4547F is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 127 -
CMYK 0 0.53 0.29 0.29
HSL 333.13º 0.39% 0.52% -
HSV(B) 333.13º 0.53% 0.71% -
XYZ 25.82 17.58 22.11 -
YUV 117.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 180 84 127 0 0.53 0.29 0.29 333.13 0.39 0.52
Hex B4 54 7F 0 35 1D 1D 14D 27 34
Octal 264 124 177 0 65 35 35 515 47 64
Binary 10110100 1010100 1111111 0 110101 11101 11101 101001101 100111 110100

Color Harmonies of #B4547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4547F

Black with #B4547F

Text Example


Text Example

White with #B4547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4547F; }

 p { color: rgb(180,84,127); }

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

background-color css

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

 a { background-color: rgb(180,84,127); }

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

border-color css

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

 span { border-color: rgb(180,84,127); }

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