#B73F7B

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

Shades of Royal Heath #B73F7B

Tints of Royal Heath #B73F7B

Color information

#B73F7B (or 0xB73F7B) is unknown color: approx Royal Heath. HEX triplet: B7, 3F and 7B. RGB value is (183,63,123). Sum of RGB (Red+Green+Blue) = 183+63+123=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F7B is #48C084. Grayscale: #696969. Windows color (decimal): -4767877 or 8077239. OLE color: 8077239.

HSL color Cylindrical-coordinate representation of color #B73F7B: hue angle of 330º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F7B is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18363123-
CMYK00.660.330.28
HSL330º48.78%48.24%-
HSV(B)330º65.57%71.76%-
XYZ24.8815.0520.33-
YUV105.72137.76183.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=49.59%
G=17.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836312300.660.330.2833048.7848.24
HexB73F7B042211C14a3130
Octal26777173010241345126160
Binary1011011111111111110110100001010000111100101001010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73F7B; }

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

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

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

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

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

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

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

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