#B25D7D

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

Shades of Royal Heath #B25D7D

Tints of Royal Heath #B25D7D

Color information

#B25D7D (or 0xB25D7D) is unknown color: approx Royal Heath. HEX triplet: B2, 5D and 7D. RGB value is (178,93,125). Sum of RGB (Red+Green+Blue) = 178+93+125=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D7D is #4DA282. Grayscale: #7A7A7A. Windows color (decimal): -5087875 or 8215986. OLE color: 8215986.

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

Color convert

RGB17893125-
CMYK00.480.300.30
HSL337.41º35.56%53.14%-
HSV(B)337.41º47.75%69.8%-
XYZ25.9818.7721.66-
YUV122.06129.66167.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=44.95%
G=23.48%
B=31.57%

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
Decimal1789312500.480.300.30337.4135.5653.14
HexB25D7D0301E1E1512435
Octal26213517506036365214465
Binary101100101011101111110101100001111011110101010001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D7D; }

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

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

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

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

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

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

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

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