Html Css Color HEX #BD4A7C Royal Heath

📋 copy color: '#BD4A7C'

red 189 ◦ green 74 ◦ blue 124

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

Shades of Royal Heath #BD4A7C

Tints of Royal Heath #BD4A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

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

R = 48.84%
G = 19.12%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD4A7C (or 0xBD4A7C) is known color: Royal Heath. HEX triplet: BD, 4A and 7C. RGB value is (189,74,124). Sum of RGB (Red+Green+Blue) = 189+74+124=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A7C is #42B583. Grayscale: #717171. Windows color (decimal): -4371844 or 8145597. OLE color: 8145597.

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

Color convert

RGB 189 74 124 -
CMYK 0 0.61 0.34 0.26
HSL 333.91º 0.47% 0.52% -
HSV(B) 333.91º 0.61% 0.74% -
XYZ 27.07 17.17 20.96 -
YUV 114.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 189 74 124 0 0.61 0.34 0.26 333.91 0.47 0.52
Hex BD 4A 7C 0 3D 22 1A 14E 2F 34
Octal 275 112 174 0 75 42 32 516 57 64
Binary 10111101 1001010 1111100 0 111101 100010 11010 101001110 101111 110100

Color Harmonies of #BD4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A7C

Black with #BD4A7C

Text Example


Text Example

White with #BD4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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