Html Css Color HEX #B45983 Royal Heath

📋 copy color: '#B45983'

red 180 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #B45983

Tints of Royal Heath #B45983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.25%

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 45%
G = 22.25%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B45983 (or 0xB45983) is known color: Royal Heath. HEX triplet: B4, 59 and 83. RGB value is (180,89,131). Sum of RGB (Red+Green+Blue) = 180+89+131=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B45983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45983 is #4BA67C. Grayscale: #787878. Windows color (decimal): -4957821 or 8608180. OLE color: 8608180.

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

Color convert

RGB 180 89 131 -
CMYK 0 0.51 0.27 0.29
HSL 332.31º 0.38% 0.53% -
HSV(B) 332.31º 0.51% 0.71% -
XYZ 26.49 18.49 23.64 -
YUV 121 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 180 89 131 0 0.51 0.27 0.29 332.31 0.38 0.53
Hex B4 59 83 0 33 1B 1D 14C 26 35
Octal 264 131 203 0 63 33 35 514 46 65
Binary 10110100 1011001 10000011 0 110011 11011 11101 101001100 100110 110101

Color Harmonies of #B45983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45983

Black with #B45983

Text Example


Text Example

White with #B45983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45983; }

 p { color: rgb(180,89,131); }

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

background-color css

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

 a { background-color: rgb(180,89,131); }

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

border-color css

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

 span { border-color: rgb(180,89,131); }

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