#BD507D

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

Shades of Royal Heath #BD507D

Tints of Royal Heath #BD507D

Color information

#BD507D (or 0xBD507D) is unknown color: approx Royal Heath. HEX triplet: BD, 50 and 7D. RGB value is (189,80,125). Sum of RGB (Red+Green+Blue) = 189+80+125=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD507D is #42AF82. Grayscale: #757575. Windows color (decimal): -4370307 or 8212669. OLE color: 8212669.

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

Color convert

RGB18980125-
CMYK00.580.340.26
HSL335.23º45.23%52.75%-
HSV(B)335.23º57.67%74.12%-
XYZ27.5618.0421.43-
YUV117.72132.11178.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=47.97%
G=20.30%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898012500.580.340.26335.2345.2352.75
HexBD507D03A221A14f2d35
Octal27512017507242325175565
Binary1011110110100001111101011101010001011010101001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD507D; }

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

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

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

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

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

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

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

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