Html Css Color HEX #B1457A Royal Heath

📋 copy color: '#B1457A'

red 177 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #B1457A

Tints of Royal Heath #B1457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 48.1%
G = 18.75%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1457A (or 0xB1457A) is known color: Royal Heath. HEX triplet: B1, 45 and 7A. RGB value is (177,69,122). Sum of RGB (Red+Green+Blue) = 177+69+122=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1457A is #4EBA85. Grayscale: #6B6B6B. Windows color (decimal): -5159558 or 8013233. OLE color: 8013233.

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

Color convert

RGB 177 69 122 -
CMYK 0 0.61 0.31 0.31
HSL 330.56º 0.44% 0.48% -
HSV(B) 330.56º 0.61% 0.69% -
XYZ 23.77 15.01 20.06 -
YUV 107.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 177 69 122 0 0.61 0.31 0.31 330.56 0.44 0.48
Hex B1 45 7A 0 3D 1F 1F 14B 2C 30
Octal 261 105 172 0 75 37 37 513 54 60
Binary 10110001 1000101 1111010 0 111101 11111 11111 101001011 101100 110000

Color Harmonies of #B1457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1457A

Black with #B1457A

Text Example


Text Example

White with #B1457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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