#B3407B

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

Shades of Royal Heath #B3407B

Tints of Royal Heath #B3407B

Color information

#B3407B (or 0xB3407B) is unknown color: approx Royal Heath. HEX triplet: B3, 40 and 7B. RGB value is (179,64,123). Sum of RGB (Red+Green+Blue) = 179+64+123=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3407B is #4CBF84. Grayscale: #686868. Windows color (decimal): -5029765 or 8077491. OLE color: 8077491.

HSL color Cylindrical-coordinate representation of color #B3407B: hue angle of 329.22º 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 #B3407B is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB17964123-
CMYK00.640.310.30
HSL329.22º47.33%47.65%-
HSV(B)329.22º64.25%70.2%-
XYZ2414.6820.31-
YUV105.11138.1180.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=48.91%
G=17.49%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796412300.640.310.30329.2247.3347.65
HexB3407B0401F1E1492f30
Octal263100173010037365115760
Binary1011001110000001111011010000001111111110101001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3407B; }

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

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

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

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

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

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

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

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