#BD507B

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

Shades of Royal Heath #BD507B

Tints of Royal Heath #BD507B

Color information

#BD507B (or 0xBD507B) is unknown color: approx Royal Heath. HEX triplet: BD, 50 and 7B. RGB value is (189,80,123). Sum of RGB (Red+Green+Blue) = 189+80+123=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD507B is #42AF84. Grayscale: #757575. Windows color (decimal): -4370309 or 8081597. OLE color: 8081597.

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

Color convert

RGB18980123-
CMYK00.580.350.26
HSL336.33º45.23%52.75%-
HSV(B)336.33º57.67%74.12%-
XYZ27.4317.9920.76-
YUV117.49131.11179-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=48.21%
G=20.41%
B=31.38%

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
Decimal1898012300.580.350.26336.3345.2352.75
HexBD507B03A231A1502d35
Octal27512017307243325205565
Binary1011110110100001111011011101010001111010101010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD507B; }

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

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

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

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

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

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

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

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