Html Css Color HEX #BD487C Royal Heath

📋 copy color: '#BD487C'

red 189 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #BD487C

Tints of Royal Heath #BD487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.7%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 49.09%
G = 18.7%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD487C (or 0xBD487C) is known color: Royal Heath. HEX triplet: BD, 48 and 7C. RGB value is (189,72,124). Sum of RGB (Red+Green+Blue) = 189+72+124=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD487C is #42B783. Grayscale: #707070. Windows color (decimal): -4372356 or 8145085. OLE color: 8145085.

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

Color convert

RGB 189 72 124 -
CMYK 0 0.62 0.34 0.26
HSL 333.33º 0.47% 0.51% -
HSV(B) 333.33º 0.62% 0.74% -
XYZ 26.94 16.91 20.91 -
YUV 112.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 189 72 124 0 0.62 0.34 0.26 333.33 0.47 0.51
Hex BD 48 7C 0 3E 22 1A 14D 2F 33
Octal 275 110 174 0 76 42 32 515 57 63
Binary 10111101 1001000 1111100 0 111110 100010 11010 101001101 101111 110011

Color Harmonies of #BD487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD487C

Black with #BD487C

Text Example


Text Example

White with #BD487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD487C; }

 p { color: rgb(189,72,124); }

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

background-color css

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

 a { background-color: rgb(189,72,124); }

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

border-color css

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

 span { border-color: rgb(189,72,124); }

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