Html Css Color HEX #B1497C Royal Heath

📋 copy color: '#B1497C'

red 177 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #B1497C

Tints of Royal Heath #B1497C

RGB

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

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

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

R = 47.33%
G = 19.52%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1497C (or 0xB1497C) is known color: Royal Heath. HEX triplet: B1, 49 and 7C. RGB value is (177,73,124). Sum of RGB (Red+Green+Blue) = 177+73+124=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1497C is #4EB683. Grayscale: #6D6D6D. Windows color (decimal): -5158532 or 8145329. OLE color: 8145329.

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

Color convert

RGB 177 73 124 -
CMYK 0 0.59 0.30 0.31
HSL 330.58º 0.42% 0.49% -
HSV(B) 330.58º 0.59% 0.69% -
XYZ 24.15 15.57 20.8 -
YUV 109.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 177 73 124 0 0.59 0.30 0.31 330.58 0.42 0.49
Hex B1 49 7C 0 3B 1E 1F 14B 2A 31
Octal 261 111 174 0 73 36 37 513 52 61
Binary 10110001 1001001 1111100 0 111011 11110 11111 101001011 101010 110001

Color Harmonies of #B1497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1497C

Black with #B1497C

Text Example


Text Example

White with #B1497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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