Html Css Color HEX #B1487D Royal Heath

📋 copy color: '#B1487D'

red 177 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #B1487D

Tints of Royal Heath #B1487D

RGB

 RED value IS 177 (69.53% from 255) = 47.33%

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

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

R = 47.33%
G = 19.25%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1487D (or 0xB1487D) is known color: Royal Heath. HEX triplet: B1, 48 and 7D. RGB value is (177,72,125). Sum of RGB (Red+Green+Blue) = 177+72+125=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1487D is #4EB782. Grayscale: #6D6D6D. Windows color (decimal): -5158787 or 8210609. OLE color: 8210609.

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

Color convert

RGB 177 72 125 -
CMYK 0 0.59 0.29 0.31
HSL 329.71º 0.42% 0.49% -
HSV(B) 329.71º 0.59% 0.69% -
XYZ 24.15 15.46 21.11 -
YUV 109.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 177 72 125 0 0.59 0.29 0.31 329.71 0.42 0.49
Hex B1 48 7D 0 3B 1D 1F 14A 2A 31
Octal 261 110 175 0 73 35 37 512 52 61
Binary 10110001 1001000 1111101 0 111011 11101 11111 101001010 101010 110001

Color Harmonies of #B1487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1487D

Black with #B1487D

Text Example


Text Example

White with #B1487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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