Html Css Color HEX #B04880 Royal Heath

📋 copy color: '#B04880'

red 176 ◦ green 72 ◦ blue 128

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

Shades of Royal Heath #B04880

Tints of Royal Heath #B04880

RGB

 RED value IS 176 (69.14% from 255) = 46.81%

 GREEN value IS 72 (28.52% from 255) = 19.15%

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

R = 46.81%
G = 19.15%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B04880 (or 0xB04880) is known color: Royal Heath. HEX triplet: B0, 48 and 80. RGB value is (176,72,128). Sum of RGB (Red+Green+Blue) = 176+72+128=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04880 is #4FB77F. Grayscale: #6D6D6D. Windows color (decimal): -5224320 or 8407216. OLE color: 8407216.

HSL color Cylindrical-coordinate representation of color #B04880: hue angle of 327.69º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04880 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 72 128 -
CMYK 0 0.59 0.27 0.31
HSL 327.69º 0.42% 0.49% -
HSV(B) 327.69º 0.59% 0.69% -
XYZ 24.12 15.42 22.13 -
YUV 109.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 176 72 128 0 0.59 0.27 0.31 327.69 0.42 0.49
Hex B0 48 80 0 3B 1B 1F 148 2A 31
Octal 260 110 200 0 73 33 37 510 52 61
Binary 10110000 1001000 10000000 0 111011 11011 11111 101001000 101010 110001

Color Harmonies of #B04880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04880

Black with #B04880

Text Example


Text Example

White with #B04880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04880; }

 p { color: rgb(176,72,128); }

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

background-color css

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

 a { background-color: rgb(176,72,128); }

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

border-color css

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

 span { border-color: rgb(176,72,128); }

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