Html Css Color HEX #BD557A Royal Heath

📋 copy color: '#BD557A'

red 189 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #BD557A

Tints of Royal Heath #BD557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 47.73%
G = 21.46%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD557A (or 0xBD557A) is known color: Royal Heath. HEX triplet: BD, 55 and 7A. RGB value is (189,85,122). Sum of RGB (Red+Green+Blue) = 189+85+122=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD557A is #42AA85. Grayscale: #787878. Windows color (decimal): -4369030 or 8017341. OLE color: 8017341.

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

Color convert

RGB 189 85 122 -
CMYK 0 0.55 0.35 0.26
HSL 338.65º 0.44% 0.54% -
HSV(B) 338.65º 0.55% 0.74% -
XYZ 27.75 18.72 20.56 -
YUV 120.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 189 85 122 0 0.55 0.35 0.26 338.65 0.44 0.54
Hex BD 55 7A 0 37 23 1A 153 2C 36
Octal 275 125 172 0 67 43 32 523 54 66
Binary 10111101 1010101 1111010 0 110111 100011 11010 101010011 101100 110110

Color Harmonies of #BD557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD557A

Black with #BD557A

Text Example


Text Example

White with #BD557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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