Html Css Color HEX #B1497D Royal Heath

📋 copy color: '#B1497D'

red 177 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #B1497D

Tints of Royal Heath #B1497D

RGB

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

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

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

R = 47.2%
G = 19.47%
B = 33.33%

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

#B1497D (or 0xB1497D) is known color: Royal Heath. HEX triplet: B1, 49 and 7D. RGB value is (177,73,125). Sum of RGB (Red+Green+Blue) = 177+73+125=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1497D is #4EB682. Grayscale: #6D6D6D. Windows color (decimal): -5158531 or 8210865. OLE color: 8210865.

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

Color convert

RGB 177 73 125 -
CMYK 0 0.59 0.29 0.31
HSL 330º 0.42% 0.49% -
HSV(B) 330º 0.59% 0.69% -
XYZ 24.22 15.59 21.14 -
YUV 110.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 177 73 125 0 0.59 0.29 0.31 330 0.42 0.49
Hex B1 49 7D 0 3B 1D 1F 14A 2A 31
Octal 261 111 175 0 73 35 37 512 52 61
Binary 10110001 1001001 1111101 0 111011 11101 11111 101001010 101010 110001

Color Harmonies of #B1497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1497D

Black with #B1497D

Text Example


Text Example

White with #B1497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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