#bb407a

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

Shades of Royal Heath #BB407A

Tints of Royal Heath #BB407A

Color information

#BB407A (or 0xBB407A) is unknown color: approx Royal Heath. HEX triplet: BB, 40 and 7A. RGB value is (187,64,122). Sum of RGB (Red+Green+Blue) = 187+64+122=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB407A is #44BF85. Grayscale: #6B6B6B. Windows color (decimal): -4505478 or 8011963. OLE color: 8011963.

HSL color Cylindrical-coordinate representation of color #BB407A: hue angle of 331.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB407A is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18764122-
CMYK00.660.350.27
HSL331.71º49%49.22%-
HSV(B)331.71º65.78%73.33%-
XYZ25.8415.6420.07-
YUV107.39136.25184.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=50.13%
G=17.16%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876412200.660.350.27331.714949.22
HexBB407A042231B14c3131
Octal273100172010243335146161
Binary10111011100000011110100100001010001111011101001100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb407a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb407a; }

 p { color: rgb(187,64,122); }

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

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

 a { background-color: rgb(187,64,122); }

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

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

 span { border-color: rgb(187,64,122); }

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