#B75080

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

Shades of Royal Heath #B75080

Tints of Royal Heath #B75080

Color information

#B75080 (or 0xB75080) is unknown color: approx Royal Heath. HEX triplet: B7, 50 and 80. RGB value is (183,80,128). Sum of RGB (Red+Green+Blue) = 183+80+128=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B75080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75080 is #48AF7F. Grayscale: #747474. Windows color (decimal): -4763520 or 8409271. OLE color: 8409271.

HSL color Cylindrical-coordinate representation of color #B75080: hue angle of 332.04º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75080 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18380128-
CMYK00.560.300.28
HSL332.04º41.7%51.57%-
HSV(B)332.04º56.28%71.76%-
XYZ26.2917.3622.39-
YUV116.27134.62175.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=46.80%
G=20.46%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838012800.560.300.28332.0441.751.57
HexB750800381E1C14c2a34
Octal26712020007036345145264
Binary1011011110100001000000001110001111011100101001100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75080; }

 p { color: rgb(183,80,128); }

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

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

 a { background-color: rgb(183,80,128); }

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

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

 span { border-color: rgb(183,80,128); }

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