#BF4B7C

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

Shades of Royal Heath #BF4B7C

Tints of Royal Heath #BF4B7C

Color information

#BF4B7C (or 0xBF4B7C) is unknown color: approx Royal Heath. HEX triplet: BF, 4B and 7C. RGB value is (191,75,124). Sum of RGB (Red+Green+Blue) = 191+75+124=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4B7C is #40B483. Grayscale: #737373. Windows color (decimal): -4240516 or 8145855. OLE color: 8145855.

HSL color Cylindrical-coordinate representation of color #BF4B7C: hue angle of 334.66º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4B7C is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19175124-
CMYK00.610.350.25
HSL334.66º47.54%52.16%-
HSV(B)334.66º60.73%74.9%-
XYZ27.6417.5621-
YUV115.27132.93182.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 75 (29.69% from 255) = 19.23%
BLUE value IS 124 (48.83% from 255) = 31.79%
R=48.97%
G=19.23%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917512400.610.350.25334.6647.5452.16
HexBF4B7C03D231914f3034
Octal27711317407543315176064
Binary1011111110010111111100011110110001111001101001111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B7C; }

 p { color: rgb(191,75,124); }

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

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

 a { background-color: rgb(191,75,124); }

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

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

 span { border-color: rgb(191,75,124); }

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