Html Css Color HEX #B1457E Royal Heath

📋 copy color: '#B1457E'

red 177 ◦ green 69 ◦ blue 126

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

Shades of Royal Heath #B1457E

Tints of Royal Heath #B1457E

RGB

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

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

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

R = 47.58%
G = 18.55%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1457E (or 0xB1457E) is known color: Royal Heath. HEX triplet: B1, 45 and 7E. RGB value is (177,69,126). Sum of RGB (Red+Green+Blue) = 177+69+126=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1457E is #4EBA81. Grayscale: #6B6B6B. Windows color (decimal): -5159554 or 8275377. OLE color: 8275377.

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

Color convert

RGB 177 69 126 -
CMYK 0 0.61 0.29 0.31
HSL 328.33º 0.44% 0.48% -
HSV(B) 328.33º 0.61% 0.69% -
XYZ 24.03 15.11 21.39 -
YUV 107.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 177 69 126 0 0.61 0.29 0.31 328.33 0.44 0.48
Hex B1 45 7E 0 3D 1D 1F 148 2C 30
Octal 261 105 176 0 75 35 37 510 54 60
Binary 10110001 1000101 1111110 0 111101 11101 11111 101001000 101100 110000

Color Harmonies of #B1457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1457E

Black with #B1457E

Text Example


Text Example

White with #B1457E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1457E; }

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

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

background-color css

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

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

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

border-color css

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

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

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