Html Css Color HEX #BD557F Royal Heath

📋 copy color: '#BD557F'

red 189 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #BD557F

Tints of Royal Heath #BD557F

RGB

 RED value IS 189 (74.22% from 255) = 47.13%

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 47.13%
G = 21.2%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD557F (or 0xBD557F) is known color: Royal Heath. HEX triplet: BD, 55 and 7F. RGB value is (189,85,127). Sum of RGB (Red+Green+Blue) = 189+85+127=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD557F is #42AA80. Grayscale: #787878. Windows color (decimal): -4369025 or 8345021. OLE color: 8345021.

HSL color Cylindrical-coordinate representation of color #BD557F: hue angle of 335.77º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD557F is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 127 -
CMYK 0 0.55 0.33 0.26
HSL 335.77º 0.44% 0.54% -
HSV(B) 335.77º 0.55% 0.74% -
XYZ 28.07 18.85 22.24 -
YUV 120.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 189 85 127 0 0.55 0.33 0.26 335.77 0.44 0.54
Hex BD 55 7F 0 37 21 1A 150 2C 36
Octal 275 125 177 0 67 41 32 520 54 66
Binary 10111101 1010101 1111111 0 110111 100001 11010 101010000 101100 110110

Color Harmonies of #BD557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD557F

Black with #BD557F

Text Example


Text Example

White with #BD557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD557F; }

 p { color: rgb(189,85,127); }

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

background-color css

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

 a { background-color: rgb(189,85,127); }

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

border-color css

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

 span { border-color: rgb(189,85,127); }

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