Html Css Color HEX #BD487D Royal Heath

📋 copy color: '#BD487D'

red 189 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #BD487D

Tints of Royal Heath #BD487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 48.96%
G = 18.65%
B = 32.38%

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

#BD487D (or 0xBD487D) is known color: Royal Heath. HEX triplet: BD, 48 and 7D. RGB value is (189,72,125). Sum of RGB (Red+Green+Blue) = 189+72+125=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD487D is #42B782. Grayscale: #707070. Windows color (decimal): -4372355 or 8210621. OLE color: 8210621.

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

Color convert

RGB 189 72 125 -
CMYK 0 0.62 0.34 0.26
HSL 332.82º 0.47% 0.51% -
HSV(B) 332.82º 0.62% 0.74% -
XYZ 27.01 16.93 21.25 -
YUV 113.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 189 72 125 0 0.62 0.34 0.26 332.82 0.47 0.51
Hex BD 48 7D 0 3E 22 1A 14D 2F 33
Octal 275 110 175 0 76 42 32 515 57 63
Binary 10111101 1001000 1111101 0 111110 100010 11010 101001101 101111 110011

Color Harmonies of #BD487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD487D

Black with #BD487D

Text Example


Text Example

White with #BD487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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