Html Css Color HEX #B15380 Royal Heath

📋 copy color: '#B15380'

red 177 ◦ green 83 ◦ blue 128

#B15380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B15380

Tints of Royal Heath #B15380

RGB

 RED value IS 177 (69.53% from 255) = 45.62%

 GREEN value IS 83 (32.81% from 255) = 21.39%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 45.62%
G = 21.39%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B15380 (or 0xB15380) is known color: Royal Heath. HEX triplet: B1, 53 and 80. RGB value is (177,83,128). Sum of RGB (Red+Green+Blue) = 177+83+128=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B15380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15380 is #4EAC7F. Grayscale: #747474. Windows color (decimal): -5155968 or 8410033. OLE color: 8410033.

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

Color convert

RGB 177 83 128 -
CMYK 0 0.53 0.28 0.31
HSL 331.28º 0.38% 0.51% -
HSV(B) 331.28º 0.53% 0.69% -
XYZ 25.12 17.09 22.4 -
YUV 116.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 177 83 128 0 0.53 0.28 0.31 331.28 0.38 0.51
Hex B1 53 80 0 35 1C 1F 14B 26 33
Octal 261 123 200 0 65 34 37 513 46 63
Binary 10110001 1010011 10000000 0 110101 11100 11111 101001011 100110 110011

Color Harmonies of #B15380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15380

Black with #B15380

Text Example


Text Example

White with #B15380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15380; }

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

 H1.HeaderClassName
 {
   color: #B15380;
 }
 .AnyTagClassName
 {
   color: #B15380;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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