#BB4F7B

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

Shades of Royal Heath #BB4F7B

Tints of Royal Heath #BB4F7B

Color information

#BB4F7B (or 0xBB4F7B) is unknown color: approx Royal Heath. HEX triplet: BB, 4F and 7B. RGB value is (187,79,123). Sum of RGB (Red+Green+Blue) = 187+79+123=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F7B is #44B084. Grayscale: #747474. Windows color (decimal): -4501637 or 8081339. OLE color: 8081339.

HSL color Cylindrical-coordinate representation of color #BB4F7B: hue angle of 335.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F7B is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18779123-
CMYK00.580.340.27
HSL335.56º44.26%52.16%-
HSV(B)335.56º57.75%73.33%-
XYZ26.8617.5920.72-
YUV116.31131.78178.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=48.07%
G=20.31%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877912300.580.340.27335.5644.2652.16
HexBB4F7B03A221B1502c34
Octal27311717307242335205464
Binary1011101110011111111011011101010001011011101010000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F7B; }

 p { color: rgb(187,79,123); }

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

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

 a { background-color: rgb(187,79,123); }

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

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

 span { border-color: rgb(187,79,123); }

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