#B13F7B

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

Shades of Royal Heath #B13F7B

Tints of Royal Heath #B13F7B

Color information

#B13F7B (or 0xB13F7B) is unknown color: approx Royal Heath. HEX triplet: B1, 3F and 7B. RGB value is (177,63,123). Sum of RGB (Red+Green+Blue) = 177+63+123=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F7B is #4EC084. Grayscale: #676767. Windows color (decimal): -5161093 or 8077233. OLE color: 8077233.

HSL color Cylindrical-coordinate representation of color #B13F7B: hue angle of 328.42º degrees, saturation: 0.48, 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 #B13F7B is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17763123-
CMYK00.640.310.31
HSL328.42º47.5%47.06%-
HSV(B)328.42º64.41%69.41%-
XYZ23.4814.3320.27-
YUV103.93138.77180.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=48.76%
G=17.36%
B=33.88%

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
Decimal1776312300.640.310.31328.4247.547.06
HexB13F7B0401F1F148302f
Octal26177173010037375106057
Binary101100011111111111011010000001111111111101001000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F7B; }

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

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

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

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

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

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

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

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