Html Css Color HEX #BD557E Royal Heath

📋 copy color: '#BD557E'

red 189 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #BD557E

Tints of Royal Heath #BD557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 47.25%
G = 21.25%
B = 31.5%

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

#BD557E (or 0xBD557E) is known color: Royal Heath. HEX triplet: BD, 55 and 7E. RGB value is (189,85,126). Sum of RGB (Red+Green+Blue) = 189+85+126=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD557E is #42AA81. Grayscale: #787878. Windows color (decimal): -4369026 or 8279485. OLE color: 8279485.

HSL color Cylindrical-coordinate representation of color #BD557E: hue angle of 336.35º 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 #BD557E is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 126 -
CMYK 0 0.55 0.33 0.26
HSL 336.35º 0.44% 0.54% -
HSV(B) 336.35º 0.55% 0.74% -
XYZ 28 18.82 21.9 -
YUV 120.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 189 85 126 0 0.55 0.33 0.26 336.35 0.44 0.54
Hex BD 55 7E 0 37 21 1A 150 2C 36
Octal 275 125 176 0 67 41 32 520 54 66
Binary 10111101 1010101 1111110 0 110111 100001 11010 101010000 101100 110110

Color Harmonies of #BD557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD557E

Black with #BD557E

Text Example


Text Example

White with #BD557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD557E; }

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

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

background-color css

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

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

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

border-color css

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

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

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