#B7417D

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

Shades of Royal Heath #B7417D

Tints of Royal Heath #B7417D

Color information

#B7417D (or 0xB7417D) is unknown color: approx Royal Heath. HEX triplet: B7, 41 and 7D. RGB value is (183,65,125). Sum of RGB (Red+Green+Blue) = 183+65+125=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7417D is #48BE82. Grayscale: #6B6B6B. Windows color (decimal): -4767363 or 8208823. OLE color: 8208823.

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

Color convert

RGB18365125-
CMYK00.640.320.28
HSL329.49º47.58%48.63%-
HSV(B)329.49º64.48%71.76%-
XYZ25.1215.3321.04-
YUV107.12138.09182.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=49.06%
G=17.43%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836512500.640.320.28329.4947.5848.63
HexB7417D040201C1493031
Octal267101175010040345116061
Binary10110111100000111111010100000010000011100101001001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7417D; }

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

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

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

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

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

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

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

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