#BF507B

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

Shades of Royal Heath #BF507B

Tints of Royal Heath #BF507B

Color information

#BF507B (or 0xBF507B) is unknown color: approx Royal Heath. HEX triplet: BF, 50 and 7B. RGB value is (191,80,123). Sum of RGB (Red+Green+Blue) = 191+80+123=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF507B is #40AF84. Grayscale: #767676. Windows color (decimal): -4239237 or 8081599. OLE color: 8081599.

HSL color Cylindrical-coordinate representation of color #BF507B: hue angle of 336.76º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF507B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19180123-
CMYK00.580.360.25
HSL336.76º46.44%53.14%-
HSV(B)336.76º58.12%74.9%-
XYZ27.9318.2420.79-
YUV118.09130.77180-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=48.48%
G=20.30%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918012300.580.360.25336.7646.4453.14
HexBF507B03A24191512e35
Octal27712017307244315215665
Binary1011111110100001111011011101010010011001101010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF507B; }

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

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

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

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

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

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

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

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