Html Css Color HEX #B1457C Royal Heath

📋 copy color: '#B1457C'

red 177 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #B1457C

Tints of Royal Heath #B1457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.65%

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

R = 47.84%
G = 18.65%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1457C (or 0xB1457C) is known color: Royal Heath. HEX triplet: B1, 45 and 7C. RGB value is (177,69,124). Sum of RGB (Red+Green+Blue) = 177+69+124=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1457C is #4EBA83. Grayscale: #6B6B6B. Windows color (decimal): -5159556 or 8144305. OLE color: 8144305.

HSL color Cylindrical-coordinate representation of color #B1457C: hue angle of 329.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1457C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 124 -
CMYK 0 0.61 0.30 0.31
HSL 329.44º 0.44% 0.48% -
HSV(B) 329.44º 0.61% 0.69% -
XYZ 23.9 15.06 20.72 -
YUV 107.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 177 69 124 0 0.61 0.30 0.31 329.44 0.44 0.48
Hex B1 45 7C 0 3D 1E 1F 149 2C 30
Octal 261 105 174 0 75 36 37 511 54 60
Binary 10110001 1000101 1111100 0 111101 11110 11111 101001001 101100 110000

Color Harmonies of #B1457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1457C

Black with #B1457C

Text Example


Text Example

White with #B1457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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