#BB427A

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

Shades of Royal Heath #BB427A

Tints of Royal Heath #BB427A

Color information

#BB427A (or 0xBB427A) is unknown color: approx Royal Heath. HEX triplet: BB, 42 and 7A. RGB value is (187,66,122). Sum of RGB (Red+Green+Blue) = 187+66+122=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB427A is #44BD85. Grayscale: #6C6C6C. Windows color (decimal): -4504966 or 8012475. OLE color: 8012475.

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

Color convert

RGB18766122-
CMYK00.650.350.27
HSL332.23º47.83%49.61%-
HSV(B)332.23º64.71%73.33%-
XYZ25.9515.8720.11-
YUV108.56135.59183.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=49.87%
G=17.6%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876612200.650.350.27332.2347.8349.61
HexBB427A041231B14c3032
Octal273102172010143335146062
Binary10111011100001011110100100000110001111011101001100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB427A; }

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

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

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

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

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

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

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

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