Html Css Color HEX #B45882 Royal Heath

📋 copy color: '#B45882'

red 180 ◦ green 88 ◦ blue 130

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

Shades of Royal Heath #B45882

Tints of Royal Heath #B45882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 45.23%
G = 22.11%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B45882 (or 0xB45882) is known color: Royal Heath. HEX triplet: B4, 58 and 82. RGB value is (180,88,130). Sum of RGB (Red+Green+Blue) = 180+88+130=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45882 is #4BA77D. Grayscale: #787878. Windows color (decimal): -4958078 or 8542388. OLE color: 8542388.

HSL color Cylindrical-coordinate representation of color #B45882: hue angle of 332.61º 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 #B45882 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 88 130 -
CMYK 0 0.51 0.28 0.29
HSL 332.61º 0.38% 0.53% -
HSV(B) 332.61º 0.51% 0.71% -
XYZ 26.34 18.29 23.26 -
YUV 120.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 180 88 130 0 0.51 0.28 0.29 332.61 0.38 0.53
Hex B4 58 82 0 33 1C 1D 14D 26 35
Octal 264 130 202 0 63 34 35 515 46 65
Binary 10110100 1011000 10000010 0 110011 11100 11101 101001101 100110 110101

Color Harmonies of #B45882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45882

Black with #B45882

Text Example


Text Example

White with #B45882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45882; }

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

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

background-color css

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

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

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

border-color css

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

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

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