Html Css Color HEX #B1527E Royal Heath

📋 copy color: '#B1527E'

red 177 ◦ green 82 ◦ blue 126

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

Shades of Royal Heath #B1527E

Tints of Royal Heath #B1527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.3%

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

R = 45.97%
G = 21.3%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1527E (or 0xB1527E) is known color: Royal Heath. HEX triplet: B1, 52 and 7E. RGB value is (177,82,126). Sum of RGB (Red+Green+Blue) = 177+82+126=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1527E is #4EAD81. Grayscale: #737373. Windows color (decimal): -5156226 or 8278705. OLE color: 8278705.

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

Color convert

RGB 177 82 126 -
CMYK 0 0.54 0.29 0.31
HSL 332.21º 0.38% 0.51% -
HSV(B) 332.21º 0.54% 0.69% -
XYZ 24.91 16.89 21.69 -
YUV 115.42 133.97 171.92 -
System Red Green Blue C M Y K H S L
Decimal 177 82 126 0 0.54 0.29 0.31 332.21 0.38 0.51
Hex B1 52 7E 0 36 1D 1F 14C 26 33
Octal 261 122 176 0 66 35 37 514 46 63
Binary 10110001 1010010 1111110 0 110110 11101 11111 101001100 100110 110011

Color Harmonies of #B1527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1527E

Black with #B1527E

Text Example


Text Example

White with #B1527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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