Html Css Color HEX #BD447C Royal Heath

📋 copy color: '#BD447C'

red 189 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #BD447C

Tints of Royal Heath #BD447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

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

R = 49.61%
G = 17.85%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD447C (or 0xBD447C) is known color: Royal Heath. HEX triplet: BD, 44 and 7C. RGB value is (189,68,124). Sum of RGB (Red+Green+Blue) = 189+68+124=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD447C is #42BB83. Grayscale: #6E6E6E. Windows color (decimal): -4373380 or 8144061. OLE color: 8144061.

HSL color Cylindrical-coordinate representation of color #BD447C: hue angle of 332.23º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD447C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 68 124 -
CMYK 0 0.64 0.34 0.26
HSL 332.23º 0.48% 0.5% -
HSV(B) 332.23º 0.64% 0.74% -
XYZ 26.69 16.41 20.83 -
YUV 110.56 135.59 183.95 -
System Red Green Blue C M Y K H S L
Decimal 189 68 124 0 0.64 0.34 0.26 332.23 0.48 0.5
Hex BD 44 7C 0 40 22 1A 14C 30 32
Octal 275 104 174 0 100 42 32 514 60 62
Binary 10111101 1000100 1111100 0 1000000 100010 11010 101001100 110000 110010

Color Harmonies of #BD447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD447C

Black with #BD447C

Text Example


Text Example

White with #BD447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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