Html Css Color HEX #B84580 Royal Heath

📋 copy color: '#B84580'

red 184 ◦ green 69 ◦ blue 128

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

Shades of Royal Heath #B84580

Tints of Royal Heath #B84580

RGB

 RED value IS 184 (72.27% from 255) = 48.29%

 GREEN value IS 69 (27.34% from 255) = 18.11%

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

R = 48.29%
G = 18.11%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B84580 (or 0xB84580) is known color: Royal Heath. HEX triplet: B8, 45 and 80. RGB value is (184,69,128). Sum of RGB (Red+Green+Blue) = 184+69+128=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B84580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84580 is #47BA7F. Grayscale: #6D6D6D. Windows color (decimal): -4700800 or 8406456. OLE color: 8406456.

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

Color convert

RGB 184 69 128 -
CMYK 0 0.62 0.30 0.28
HSL 329.22º 0.45% 0.5% -
HSV(B) 329.22º 0.63% 0.72% -
XYZ 25.79 16.01 22.15 -
YUV 110.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 184 69 128 0 0.62 0.30 0.28 329.22 0.45 0.5
Hex B8 45 80 0 3E 1E 1C 149 2D 32
Octal 270 105 200 0 76 36 34 511 55 62
Binary 10111000 1000101 10000000 0 111110 11110 11100 101001001 101101 110010

Color Harmonies of #B84580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84580

Black with #B84580

Text Example


Text Example

White with #B84580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84580; }

 p { color: rgb(184,69,128); }

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

background-color css

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

 a { background-color: rgb(184,69,128); }

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

border-color css

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

 span { border-color: rgb(184,69,128); }

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