Html Css Color HEX #BD477A Royal Heath

📋 copy color: '#BD477A'

red 189 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #BD477A

Tints of Royal Heath #BD477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.59%

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

R = 49.48%
G = 18.59%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD477A (or 0xBD477A) is known color: Royal Heath. HEX triplet: BD, 47 and 7A. RGB value is (189,71,122). Sum of RGB (Red+Green+Blue) = 189+71+122=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD477A is #42B885. Grayscale: #707070. Windows color (decimal): -4372614 or 8013757. OLE color: 8013757.

HSL color Cylindrical-coordinate representation of color #BD477A: hue angle of 334.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD477A is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 71 122 -
CMYK 0 0.62 0.35 0.26
HSL 334.07º 0.47% 0.51% -
HSV(B) 334.07º 0.62% 0.74% -
XYZ 26.75 16.73 20.23 -
YUV 112.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 189 71 122 0 0.62 0.35 0.26 334.07 0.47 0.51
Hex BD 47 7A 0 3E 23 1A 14E 2F 33
Octal 275 107 172 0 76 43 32 516 57 63
Binary 10111101 1000111 1111010 0 111110 100011 11010 101001110 101111 110011

Color Harmonies of #BD477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD477A

Black with #BD477A

Text Example


Text Example

White with #BD477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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