Html Css Color HEX #BD537D Royal Heath

📋 copy color: '#BD537D'

red 189 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #BD537D

Tints of Royal Heath #BD537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

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

R = 47.61%
G = 20.91%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD537D (or 0xBD537D) is known color: Royal Heath. HEX triplet: BD, 53 and 7D. RGB value is (189,83,125). Sum of RGB (Red+Green+Blue) = 189+83+125=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD537D is #42AC82. Grayscale: #777777. Windows color (decimal): -4369539 or 8213437. OLE color: 8213437.

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

Color convert

RGB 189 83 125 -
CMYK 0 0.56 0.34 0.26
HSL 336.23º 0.45% 0.53% -
HSV(B) 336.23º 0.56% 0.74% -
XYZ 27.78 18.49 21.51 -
YUV 119.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 189 83 125 0 0.56 0.34 0.26 336.23 0.45 0.53
Hex BD 53 7D 0 38 22 1A 150 2D 35
Octal 275 123 175 0 70 42 32 520 55 65
Binary 10111101 1010011 1111101 0 111000 100010 11010 101010000 101101 110101

Color Harmonies of #BD537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD537D

Black with #BD537D

Text Example


Text Example

White with #BD537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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