Html Css Color HEX #B1497F Royal Heath

📋 copy color: '#B1497F'

red 177 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #B1497F

Tints of Royal Heath #B1497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

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

R = 46.95%
G = 19.36%
B = 33.69%

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

#B1497F (or 0xB1497F) is known color: Royal Heath. HEX triplet: B1, 49 and 7F. RGB value is (177,73,127). Sum of RGB (Red+Green+Blue) = 177+73+127=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1497F is #4EB680. Grayscale: #6E6E6E. Windows color (decimal): -5158529 or 8341937. OLE color: 8341937.

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

Color convert

RGB 177 73 127 -
CMYK 0 0.59 0.28 0.31
HSL 328.85º 0.42% 0.49% -
HSV(B) 328.85º 0.59% 0.69% -
XYZ 24.34 15.64 21.82 -
YUV 110.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 177 73 127 0 0.59 0.28 0.31 328.85 0.42 0.49
Hex B1 49 7F 0 3B 1C 1F 149 2A 31
Octal 261 111 177 0 73 34 37 511 52 61
Binary 10110001 1001001 1111111 0 111011 11100 11111 101001001 101010 110001

Color Harmonies of #B1497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1497F

Black with #B1497F

Text Example


Text Example

White with #B1497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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