#B3417B

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

Shades of Royal Heath #B3417B

Tints of Royal Heath #B3417B

Color information

#B3417B (or 0xB3417B) is unknown color: approx Royal Heath. HEX triplet: B3, 41 and 7B. RGB value is (179,65,123). Sum of RGB (Red+Green+Blue) = 179+65+123=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3417B is #4CBE84. Grayscale: #696969. Windows color (decimal): -5029509 or 8077747. OLE color: 8077747.

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

Color convert

RGB17965123-
CMYK00.640.310.30
HSL329.47º46.72%47.84%-
HSV(B)329.47º63.69%70.2%-
XYZ24.0614.7920.33-
YUV105.7137.77180.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=48.77%
G=17.71%
B=33.51%

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
Decimal1796512300.640.310.30329.4746.7247.84
HexB3417B0401F1E1492f30
Octal263101173010037365115760
Binary1011001110000011111011010000001111111110101001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3417B; }

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

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

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

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

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

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

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

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