Html Css Color HEX #B45880 Royal Heath

📋 copy color: '#B45880'

red 180 ◦ green 88 ◦ blue 128

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

Shades of Royal Heath #B45880

Tints of Royal Heath #B45880

RGB

 RED value IS 180 (70.7% from 255) = 45.45%

 GREEN value IS 88 (34.77% from 255) = 22.22%

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

R = 45.45%
G = 22.22%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B45880 (or 0xB45880) is known color: Royal Heath. HEX triplet: B4, 58 and 80. RGB value is (180,88,128). Sum of RGB (Red+Green+Blue) = 180+88+128=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B45880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45880 is #4BA77F. Grayscale: #777777. Windows color (decimal): -4958080 or 8411316. OLE color: 8411316.

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

Color convert

RGB 180 88 128 -
CMYK 0 0.51 0.29 0.29
HSL 333.91º 0.38% 0.53% -
HSV(B) 333.91º 0.51% 0.71% -
XYZ 26.21 18.24 22.56 -
YUV 120.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 180 88 128 0 0.51 0.29 0.29 333.91 0.38 0.53
Hex B4 58 80 0 33 1D 1D 14E 26 35
Octal 264 130 200 0 63 35 35 516 46 65
Binary 10110100 1011000 10000000 0 110011 11101 11101 101001110 100110 110101

Color Harmonies of #B45880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45880

Black with #B45880

Text Example


Text Example

White with #B45880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45880; }

 p { color: rgb(180,88,128); }

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

background-color css

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

 a { background-color: rgb(180,88,128); }

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

border-color css

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

 span { border-color: rgb(180,88,128); }

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