Html Css Color HEX #B45781 Royal Heath

📋 copy color: '#B45781'

red 180 ◦ green 87 ◦ blue 129

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

Shades of Royal Heath #B45781

Tints of Royal Heath #B45781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.97%

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 45.45%
G = 21.97%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B45781 (or 0xB45781) is known color: Royal Heath. HEX triplet: B4, 57 and 81. RGB value is (180,87,129). Sum of RGB (Red+Green+Blue) = 180+87+129=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B45781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45781 is #4BA87E. Grayscale: #777777. Windows color (decimal): -4958335 or 8476596. OLE color: 8476596.

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

Color convert

RGB 180 87 129 -
CMYK 0 0.52 0.28 0.29
HSL 332.9º 0.38% 0.52% -
HSV(B) 332.9º 0.52% 0.71% -
XYZ 26.19 18.1 22.88 -
YUV 119.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 180 87 129 0 0.52 0.28 0.29 332.9 0.38 0.52
Hex B4 57 81 0 34 1C 1D 14D 26 34
Octal 264 127 201 0 64 34 35 515 46 64
Binary 10110100 1010111 10000001 0 110100 11100 11101 101001101 100110 110100

Color Harmonies of #B45781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45781

Black with #B45781

Text Example


Text Example

White with #B45781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45781; }

 p { color: rgb(180,87,129); }

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

background-color css

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

 a { background-color: rgb(180,87,129); }

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

border-color css

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

 span { border-color: rgb(180,87,129); }

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