Html Css Color HEX #B1547D Royal Heath

📋 copy color: '#B1547D'

red 177 ◦ green 84 ◦ blue 125

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

Shades of Royal Heath #B1547D

Tints of Royal Heath #B1547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.76%

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

R = 45.85%
G = 21.76%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1547D (or 0xB1547D) is known color: Royal Heath. HEX triplet: B1, 54 and 7D. RGB value is (177,84,125). Sum of RGB (Red+Green+Blue) = 177+84+125=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1547D is #4EAB82. Grayscale: #747474. Windows color (decimal): -5155715 or 8213681. OLE color: 8213681.

HSL color Cylindrical-coordinate representation of color #B1547D: hue angle of 333.55º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1547D is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 125 -
CMYK 0 0.53 0.29 0.31
HSL 333.55º 0.37% 0.51% -
HSV(B) 333.55º 0.53% 0.69% -
XYZ 25 17.17 21.4 -
YUV 116.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 177 84 125 0 0.53 0.29 0.31 333.55 0.37 0.51
Hex B1 54 7D 0 35 1D 1F 14E 25 33
Octal 261 124 175 0 65 35 37 516 45 63
Binary 10110001 1010100 1111101 0 110101 11101 11111 101001110 100101 110011

Color Harmonies of #B1547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1547D

Black with #B1547D

Text Example


Text Example

White with #B1547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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