#B25D7C

Color #B25D7C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B25D7C

Tints of Royal Heath #B25D7C

Color information

#B25D7C (or 0xB25D7C) is unknown color: approx Royal Heath. HEX triplet: B2, 5D and 7C. RGB value is (178,93,124). Sum of RGB (Red+Green+Blue) = 178+93+124=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D7C is #4DA283. Grayscale: #797979. Windows color (decimal): -5087876 or 8150450. OLE color: 8150450.

HSL color Cylindrical-coordinate representation of color #B25D7C: hue angle of 338.12º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B25D7C is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17893124-
CMYK00.480.300.30
HSL338.12º35.56%53.14%-
HSV(B)338.12º47.75%69.8%-
XYZ25.9118.7521.32-
YUV121.95129.16167.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=45.06%
G=23.54%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789312400.480.300.30338.1235.5653.14
HexB25D7C0301E1E1522435
Octal26213517406036365224465
Binary101100101011101111110001100001111011110101010010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D7C; }

 p { color: rgb(178,93,124); }

 H1.HeaderClassName
 {
   color: #B25D7C;
 }
 .AnyTagClassName
 {
   color: #B25D7C;
 }
</style>
background-color css

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

 a { background-color: rgb(178,93,124); }

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

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

 span { border-color: rgb(178,93,124); }

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