Html Css Color HEX #B1487F Royal Heath

📋 copy color: '#B1487F'

red 177 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #B1487F

Tints of Royal Heath #B1487F

RGB

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

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

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

R = 47.07%
G = 19.15%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1487F (or 0xB1487F) is known color: Royal Heath. HEX triplet: B1, 48 and 7F. RGB value is (177,72,127). Sum of RGB (Red+Green+Blue) = 177+72+127=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1487F is #4EB780. Grayscale: #6D6D6D. Windows color (decimal): -5158785 or 8341681. OLE color: 8341681.

HSL color Cylindrical-coordinate representation of color #B1487F: hue angle of 328.57º 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 #B1487F is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 127 -
CMYK 0 0.59 0.28 0.31
HSL 328.57º 0.42% 0.49% -
HSV(B) 328.57º 0.59% 0.69% -
XYZ 24.28 15.51 21.79 -
YUV 109.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 177 72 127 0 0.59 0.28 0.31 328.57 0.42 0.49
Hex B1 48 7F 0 3B 1C 1F 149 2A 31
Octal 261 110 177 0 73 34 37 511 52 61
Binary 10110001 1001000 1111111 0 111011 11100 11111 101001001 101010 110001

Color Harmonies of #B1487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1487F

Black with #B1487F

Text Example


Text Example

White with #B1487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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