Html Css Color HEX #B1477E Royal Heath

📋 copy color: '#B1477E'

red 177 ◦ green 71 ◦ blue 126

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

Shades of Royal Heath #B1477E

Tints of Royal Heath #B1477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 47.33%
G = 18.98%
B = 33.69%

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

#B1477E (or 0xB1477E) is known color: Royal Heath. HEX triplet: B1, 47 and 7E. RGB value is (177,71,126). Sum of RGB (Red+Green+Blue) = 177+71+126=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1477E is #4EB881. Grayscale: #6C6C6C. Windows color (decimal): -5159042 or 8275889. OLE color: 8275889.

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

Color convert

RGB 177 71 126 -
CMYK 0 0.60 0.29 0.31
HSL 328.87º 0.43% 0.49% -
HSV(B) 328.87º 0.6% 0.69% -
XYZ 24.15 15.36 21.43 -
YUV 108.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 177 71 126 0 0.60 0.29 0.31 328.87 0.43 0.49
Hex B1 47 7E 0 3C 1D 1F 149 2B 31
Octal 261 107 176 0 74 35 37 511 53 61
Binary 10110001 1000111 1111110 0 111100 11101 11111 101001001 101011 110001

Color Harmonies of #B1477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1477E

Black with #B1477E

Text Example


Text Example

White with #B1477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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