Html Css Color HEX #B1477D Royal Heath

📋 copy color: '#B1477D'

red 177 ◦ green 71 ◦ blue 125

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

Shades of Royal Heath #B1477D

Tints of Royal Heath #B1477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.03%

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

R = 47.45%
G = 19.03%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1477D (or 0xB1477D) is known color: Royal Heath. HEX triplet: B1, 47 and 7D. RGB value is (177,71,125). Sum of RGB (Red+Green+Blue) = 177+71+125=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1477D is #4EB882. Grayscale: #6C6C6C. Windows color (decimal): -5159043 or 8210353. OLE color: 8210353.

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

Color convert

RGB 177 71 125 -
CMYK 0 0.60 0.29 0.31
HSL 329.43º 0.43% 0.49% -
HSV(B) 329.43º 0.6% 0.69% -
XYZ 24.09 15.33 21.09 -
YUV 108.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 177 71 125 0 0.60 0.29 0.31 329.43 0.43 0.49
Hex B1 47 7D 0 3C 1D 1F 149 2B 31
Octal 261 107 175 0 74 35 37 511 53 61
Binary 10110001 1000111 1111101 0 111100 11101 11111 101001001 101011 110001

Color Harmonies of #B1477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1477D

Black with #B1477D

Text Example


Text Example

White with #B1477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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