#B25380

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

Shades of Royal Heath #B25380

Tints of Royal Heath #B25380

Color information

#B25380 (or 0xB25380) is unknown color: approx Royal Heath. HEX triplet: B2, 53 and 80. RGB value is (178,83,128). Sum of RGB (Red+Green+Blue) = 178+83+128=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B25380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25380 is #4DAC7F. Grayscale: #747474. Windows color (decimal): -5090432 or 8410034. OLE color: 8410034.

HSL color Cylindrical-coordinate representation of color #B25380: hue angle of 331.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25380 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17883128-
CMYK00.530.280.30
HSL331.58º38.15%51.18%-
HSV(B)331.58º53.37%69.8%-
XYZ25.3517.2122.41-
YUV116.54134.47171.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=45.76%
G=21.34%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788312800.530.280.30331.5838.1551.18
HexB253800351C1E14c2633
Octal26212320006534365144663
Binary1011001010100111000000001101011110011110101001100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25380; }

 p { color: rgb(178,83,128); }

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

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

 a { background-color: rgb(178,83,128); }

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

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

 span { border-color: rgb(178,83,128); }

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