Html Css Color HEX #B0547D Royal Heath

📋 copy color: '#B0547D'

red 176 ◦ green 84 ◦ blue 125

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

Shades of Royal Heath #B0547D

Tints of Royal Heath #B0547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 45.71%
G = 21.82%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0547D (or 0xB0547D) is known color: Royal Heath. HEX triplet: B0, 54 and 7D. RGB value is (176,84,125). Sum of RGB (Red+Green+Blue) = 176+84+125=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0547D is #4FAB82. Grayscale: #747474. Windows color (decimal): -5221251 or 8213680. OLE color: 8213680.

HSL color Cylindrical-coordinate representation of color #B0547D: hue angle of 333.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0547D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 125 -
CMYK 0 0.52 0.29 0.31
HSL 333.26º 0.37% 0.51% -
HSV(B) 333.26º 0.52% 0.69% -
XYZ 24.78 17.05 21.39 -
YUV 116.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 176 84 125 0 0.52 0.29 0.31 333.26 0.37 0.51
Hex B0 54 7D 0 34 1D 1F 14D 25 33
Octal 260 124 175 0 64 35 37 515 45 63
Binary 10110000 1010100 1111101 0 110100 11101 11111 101001101 100101 110011

Color Harmonies of #B0547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0547D

Black with #B0547D

Text Example


Text Example

White with #B0547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0547D; }

 p { color: rgb(176,84,125); }

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

background-color css

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

 a { background-color: rgb(176,84,125); }

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

border-color css

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

 span { border-color: rgb(176,84,125); }

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