#B3417D

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

Shades of Royal Heath #B3417D

Tints of Royal Heath #B3417D

Color information

#B3417D (or 0xB3417D) is unknown color: approx Royal Heath. HEX triplet: B3, 41 and 7D. RGB value is (179,65,125). Sum of RGB (Red+Green+Blue) = 179+65+125=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3417D is #4CBE82. Grayscale: #696969. Windows color (decimal): -5029507 or 8208819. OLE color: 8208819.

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

Color convert

RGB17965125-
CMYK00.640.300.30
HSL328.42º46.72%47.84%-
HSV(B)328.42º63.69%70.2%-
XYZ24.1814.8420.99-
YUV105.93138.77180.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=48.51%
G=17.62%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796512500.640.300.30328.4246.7247.84
HexB3417D0401E1E1482f30
Octal263101175010036365105760
Binary1011001110000011111101010000001111011110101001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3417D; }

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

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

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

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

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

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

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

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