Html Css Color HEX #BD477B Royal Heath

📋 copy color: '#BD477B'

red 189 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #BD477B

Tints of Royal Heath #BD477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 49.35%
G = 18.54%
B = 32.11%

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

#BD477B (or 0xBD477B) is known color: Royal Heath. HEX triplet: BD, 47 and 7B. RGB value is (189,71,123). Sum of RGB (Red+Green+Blue) = 189+71+123=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD477B is #42B884. Grayscale: #707070. Windows color (decimal): -4372613 or 8079293. OLE color: 8079293.

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

Color convert

RGB 189 71 123 -
CMYK 0 0.62 0.35 0.26
HSL 333.56º 0.47% 0.51% -
HSV(B) 333.56º 0.62% 0.74% -
XYZ 26.81 16.76 20.56 -
YUV 112.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 189 71 123 0 0.62 0.35 0.26 333.56 0.47 0.51
Hex BD 47 7B 0 3E 23 1A 14E 2F 33
Octal 275 107 173 0 76 43 32 516 57 63
Binary 10111101 1000111 1111011 0 111110 100011 11010 101001110 101111 110011

Color Harmonies of #BD477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD477B

Black with #BD477B

Text Example


Text Example

White with #BD477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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