Html Css Color HEX #B4487D Royal Heath

📋 copy color: '#B4487D'

red 180 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #B4487D

Tints of Royal Heath #B4487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 47.75%
G = 19.1%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4487D (or 0xB4487D) is known color: Royal Heath. HEX triplet: B4, 48 and 7D. RGB value is (180,72,125). Sum of RGB (Red+Green+Blue) = 180+72+125=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4487D is #4BB782. Grayscale: #6E6E6E. Windows color (decimal): -4962179 or 8210612. OLE color: 8210612.

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

Color convert

RGB 180 72 125 -
CMYK 0 0.60 0.31 0.29
HSL 330.56º 0.43% 0.49% -
HSV(B) 330.56º 0.6% 0.71% -
XYZ 24.84 15.82 21.15 -
YUV 110.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 180 72 125 0 0.60 0.31 0.29 330.56 0.43 0.49
Hex B4 48 7D 0 3C 1F 1D 14B 2B 31
Octal 264 110 175 0 74 37 35 513 53 61
Binary 10110100 1001000 1111101 0 111100 11111 11101 101001011 101011 110001

Color Harmonies of #B4487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4487D

Black with #B4487D

Text Example


Text Example

White with #B4487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4487D; }

 p { color: rgb(180,72,125); }

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

background-color css

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

 a { background-color: rgb(180,72,125); }

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

border-color css

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

 span { border-color: rgb(180,72,125); }

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