#B14678

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

Shades of Royal Heath #B14678

Tints of Royal Heath #B14678

Color information

#B14678 (or 0xB14678) is unknown color: approx Royal Heath. HEX triplet: B1, 46 and 78. RGB value is (177,70,120). Sum of RGB (Red+Green+Blue) = 177+70+120=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B14678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14678 is #4EB987. Grayscale: #6B6B6B. Windows color (decimal): -5159304 or 7882417. OLE color: 7882417.

HSL color Cylindrical-coordinate representation of color #B14678: hue angle of 331.96º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14678 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17770120-
CMYK00.600.320.31
HSL331.96º43.32%48.43%-
HSV(B)331.96º60.45%69.41%-
XYZ23.7115.0819.43-
YUV107.69134.95177.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=48.23%
G=19.07%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777012000.600.320.31331.9643.3248.43
HexB1467803C201F14c2b30
Octal26110617007440375145360
Binary1011000110001101111000011110010000011111101001100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14678; }

 p { color: rgb(177,70,120); }

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

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

 a { background-color: rgb(177,70,120); }

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

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

 span { border-color: rgb(177,70,120); }

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