#B5427E

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

Shades of Royal Heath #B5427E

Tints of Royal Heath #B5427E

Color information

#B5427E (or 0xB5427E) is unknown color: approx Royal Heath. HEX triplet: B5, 42 and 7E. RGB value is (181,66,126). Sum of RGB (Red+Green+Blue) = 181+66+126=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5427E is #4ABD81. Grayscale: #6B6B6B. Windows color (decimal): -4898178 or 8274613. OLE color: 8274613.

HSL color Cylindrical-coordinate representation of color #B5427E: hue angle of 328.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5427E is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18166126-
CMYK00.640.300.29
HSL328.7º46.56%48.43%-
HSV(B)328.7º63.54%70.98%-
XYZ24.7715.2321.37-
YUV107.22138.6180.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 66 (26.17% from 255) = 17.69%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=48.53%
G=17.69%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816612600.640.300.29328.746.5648.43
HexB5427E0401E1D1492f30
Octal265102176010036355115760
Binary1011010110000101111110010000001111011101101001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5427E; }

 p { color: rgb(181,66,126); }

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

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

 a { background-color: rgb(181,66,126); }

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

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

 span { border-color: rgb(181,66,126); }

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