#B3407A

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

Shades of Royal Heath #B3407A

Tints of Royal Heath #B3407A

Color information

#B3407A (or 0xB3407A) is unknown color: approx Royal Heath. HEX triplet: B3, 40 and 7A. RGB value is (179,64,122). Sum of RGB (Red+Green+Blue) = 179+64+122=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3407A is #4CBF85. Grayscale: #686868. Windows color (decimal): -5029766 or 8011955. OLE color: 8011955.

HSL color Cylindrical-coordinate representation of color #B3407A: hue angle of 329.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3407A is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17964122-
CMYK00.640.320.30
HSL329.74º47.33%47.65%-
HSV(B)329.74º64.25%70.2%-
XYZ23.9414.6619.98-
YUV105137.6180.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=49.04%
G=17.53%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796412200.640.320.30329.7447.3347.65
HexB3407A040201E14a2f30
Octal263100172010040365125760
Binary10110011100000011110100100000010000011110101001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3407A; }

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

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

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

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

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

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

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

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