Html Css Color HEX #B4477C Royal Heath

📋 copy color: '#B4477C'

red 180 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #B4477C

Tints of Royal Heath #B4477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 48%
G = 18.93%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4477C (or 0xB4477C) is known color: Royal Heath. HEX triplet: B4, 47 and 7C. RGB value is (180,71,124). Sum of RGB (Red+Green+Blue) = 180+71+124=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4477C is #4BB883. Grayscale: #6D6D6D. Windows color (decimal): -4962436 or 8144820. OLE color: 8144820.

HSL color Cylindrical-coordinate representation of color #B4477C: hue angle of 330.83º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4477C is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 71 124 -
CMYK 0 0.61 0.31 0.29
HSL 330.83º 0.43% 0.49% -
HSV(B) 330.83º 0.61% 0.71% -
XYZ 24.71 15.67 20.79 -
YUV 109.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 180 71 124 0 0.61 0.31 0.29 330.83 0.43 0.49
Hex B4 47 7C 0 3D 1F 1D 14B 2B 31
Octal 264 107 174 0 75 37 35 513 53 61
Binary 10110100 1000111 1111100 0 111101 11111 11101 101001011 101011 110001

Color Harmonies of #B4477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4477C

Black with #B4477C

Text Example


Text Example

White with #B4477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4477C; }

 p { color: rgb(180,71,124); }

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

background-color css

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

 a { background-color: rgb(180,71,124); }

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

border-color css

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

 span { border-color: rgb(180,71,124); }

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