#B3427B

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

Shades of Royal Heath #B3427B

Tints of Royal Heath #B3427B

Color information

#B3427B (or 0xB3427B) is unknown color: approx Royal Heath. HEX triplet: B3, 42 and 7B. RGB value is (179,66,123). Sum of RGB (Red+Green+Blue) = 179+66+123=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3427B is #4CBD84. Grayscale: #6A6A6A. Windows color (decimal): -5029253 or 8078003. OLE color: 8078003.

HSL color Cylindrical-coordinate representation of color #B3427B: hue angle of 329.73º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3427B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB17966123-
CMYK00.630.310.30
HSL329.73º46.12%48.04%-
HSV(B)329.73º63.13%70.2%-
XYZ24.1114.9120.35-
YUV106.29137.44179.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=48.64%
G=17.93%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796612300.630.310.30329.7346.1248.04
HexB3427B03F1F1E14a2e30
Octal26310217307737365125660
Binary101100111000010111101101111111111111110101001010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3427B; }

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

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

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

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

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

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

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

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