#BD507A

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

Shades of Royal Heath #BD507A

Tints of Royal Heath #BD507A

Color information

#BD507A (or 0xBD507A) is unknown color: approx Royal Heath. HEX triplet: BD, 50 and 7A. RGB value is (189,80,122). Sum of RGB (Red+Green+Blue) = 189+80+122=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD507A is #42AF85. Grayscale: #757575. Windows color (decimal): -4370310 or 8016061. OLE color: 8016061.

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

Color convert

RGB18980122-
CMYK00.580.350.26
HSL336.88º45.23%52.75%-
HSV(B)336.88º57.67%74.12%-
XYZ27.3717.9620.44-
YUV117.38130.61179.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=48.34%
G=20.46%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898012200.580.350.26336.8845.2352.75
HexBD507A03A231A1512d35
Octal27512017207243325215565
Binary1011110110100001111010011101010001111010101010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD507A; }

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

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

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

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

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

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

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

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