Html Css Color HEX #B4557D Royal Heath

📋 copy color: '#B4557D'

red 180 ◦ green 85 ◦ blue 125

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

Shades of Royal Heath #B4557D

Tints of Royal Heath #B4557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

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

R = 46.15%
G = 21.79%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4557D (or 0xB4557D) is known color: Royal Heath. HEX triplet: B4, 55 and 7D. RGB value is (180,85,125). Sum of RGB (Red+Green+Blue) = 180+85+125=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4557D is #4BAA82. Grayscale: #757575. Windows color (decimal): -4958851 or 8213940. OLE color: 8213940.

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

Color convert

RGB 180 85 125 -
CMYK 0 0.53 0.31 0.29
HSL 334.74º 0.39% 0.52% -
HSV(B) 334.74º 0.53% 0.71% -
XYZ 25.77 17.68 21.46 -
YUV 117.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 180 85 125 0 0.53 0.31 0.29 334.74 0.39 0.52
Hex B4 55 7D 0 35 1F 1D 14F 27 34
Octal 264 125 175 0 65 37 35 517 47 64
Binary 10110100 1010101 1111101 0 110101 11111 11101 101001111 100111 110100

Color Harmonies of #B4557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4557D

Black with #B4557D

Text Example


Text Example

White with #B4557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4557D; }

 p { color: rgb(180,85,125); }

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

background-color css

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

 a { background-color: rgb(180,85,125); }

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

border-color css

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

 span { border-color: rgb(180,85,125); }

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