#BD4E7A

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

Shades of Royal Heath #BD4E7A

Tints of Royal Heath #BD4E7A

Color information

#BD4E7A (or 0xBD4E7A) is unknown color: approx Royal Heath. HEX triplet: BD, 4E and 7A. RGB value is (189,78,122). Sum of RGB (Red+Green+Blue) = 189+78+122=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E7A is #42B185. Grayscale: #747474. Windows color (decimal): -4370822 or 8015549. OLE color: 8015549.

HSL color Cylindrical-coordinate representation of color #BD4E7A: hue angle of 336.22º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E7A is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18978122-
CMYK00.590.350.26
HSL336.22º45.68%52.35%-
HSV(B)336.22º58.73%74.12%-
XYZ27.2217.6720.39-
YUV116.2131.27179.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 78 (30.86% from 255) = 20.05%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=48.59%
G=20.05%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897812200.590.350.26336.2245.6852.35
HexBD4E7A03B231A1502e34
Octal27511617207343325205664
Binary1011110110011101111010011101110001111010101010000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E7A; }

 p { color: rgb(189,78,122); }

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

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

 a { background-color: rgb(189,78,122); }

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

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

 span { border-color: rgb(189,78,122); }

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