Html Css Color HEX #BD527E Royal Heath

📋 copy color: '#BD527E'

red 189 ◦ green 82 ◦ blue 126

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

Shades of Royal Heath #BD527E

Tints of Royal Heath #BD527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.65%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 47.61%
G = 20.65%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD527E (or 0xBD527E) is known color: Royal Heath. HEX triplet: BD, 52 and 7E. RGB value is (189,82,126). Sum of RGB (Red+Green+Blue) = 189+82+126=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD527E is #42AD81. Grayscale: #767676. Windows color (decimal): -4369794 or 8278717. OLE color: 8278717.

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

Color convert

RGB 189 82 126 -
CMYK 0 0.57 0.33 0.26
HSL 335.33º 0.45% 0.53% -
HSV(B) 335.33º 0.57% 0.74% -
XYZ 27.77 18.36 21.82 -
YUV 119.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 189 82 126 0 0.57 0.33 0.26 335.33 0.45 0.53
Hex BD 52 7E 0 39 21 1A 14F 2D 35
Octal 275 122 176 0 71 41 32 517 55 65
Binary 10111101 1010010 1111110 0 111001 100001 11010 101001111 101101 110101

Color Harmonies of #BD527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD527E

Black with #BD527E

Text Example


Text Example

White with #BD527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD527E; }

 p { color: rgb(189,82,126); }

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

background-color css

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

 a { background-color: rgb(189,82,126); }

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

border-color css

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

 span { border-color: rgb(189,82,126); }

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