#B1407B

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

Shades of Royal Heath #B1407B

Tints of Royal Heath #B1407B

Color information

#B1407B (or 0xB1407B) is unknown color: approx Royal Heath. HEX triplet: B1, 40 and 7B. RGB value is (177,64,123). Sum of RGB (Red+Green+Blue) = 177+64+123=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1407B is #4EBF84. Grayscale: #686868. Windows color (decimal): -5160837 or 8077489. OLE color: 8077489.

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

Color convert

RGB17764123-
CMYK00.640.310.31
HSL328.67º46.89%47.25%-
HSV(B)328.67º63.84%69.41%-
XYZ23.5414.4420.29-
YUV104.51138.44179.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=48.63%
G=17.58%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776412300.640.310.31328.6746.8947.25
HexB1407B0401F1F1492f2f
Octal261100173010037375115757
Binary1011000110000001111011010000001111111111101001001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1407B; }

 p { color: rgb(177,64,123); }

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

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

 a { background-color: rgb(177,64,123); }

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

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

 span { border-color: rgb(177,64,123); }

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