#BD507E

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

Shades of Royal Heath #BD507E

Tints of Royal Heath #BD507E

Color information

#BD507E (or 0xBD507E) is unknown color: approx Royal Heath. HEX triplet: BD, 50 and 7E. RGB value is (189,80,126). Sum of RGB (Red+Green+Blue) = 189+80+126=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD507E is #42AF81. Grayscale: #757575. Windows color (decimal): -4370306 or 8278205. OLE color: 8278205.

HSL color Cylindrical-coordinate representation of color #BD507E: hue angle of 334.68º 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 #BD507E is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18980126-
CMYK00.580.330.26
HSL334.68º45.23%52.75%-
HSV(B)334.68º57.67%74.12%-
XYZ27.6218.0621.77-
YUV117.84132.61178.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=47.85%
G=20.25%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898012600.580.330.26334.6845.2352.75
HexBD507E03A211A14f2d35
Octal27512017607241325175565
Binary1011110110100001111110011101010000111010101001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD507E; }

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

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

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

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

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

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

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

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