#B6427E

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

Shades of Royal Heath #B6427E

Tints of Royal Heath #B6427E

Color information

#B6427E (or 0xB6427E) is unknown color: approx Royal Heath. HEX triplet: B6, 42 and 7E. RGB value is (182,66,126). Sum of RGB (Red+Green+Blue) = 182+66+126=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6427E is #49BD81. Grayscale: #6B6B6B. Windows color (decimal): -4832642 or 8274614. OLE color: 8274614.

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

Color convert

RGB18266126-
CMYK00.640.310.29
HSL328.97º46.77%48.63%-
HSV(B)328.97º63.74%71.37%-
XYZ25.0115.3521.38-
YUV107.52138.43181.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 66 (26.17% from 255) = 17.65%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=48.66%
G=17.65%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826612600.640.310.29328.9746.7748.63
HexB6427E0401F1D1492f31
Octal266102176010037355115761
Binary1011011010000101111110010000001111111101101001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6427E; }

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

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

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

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

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

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

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

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