Html Css Color HEX #BD527F Royal Heath

📋 copy color: '#BD527F'

red 189 ◦ green 82 ◦ blue 127

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

Shades of Royal Heath #BD527F

Tints of Royal Heath #BD527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 47.49%
G = 20.6%
B = 31.91%

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

#BD527F (or 0xBD527F) is known color: Royal Heath. HEX triplet: BD, 52 and 7F. RGB value is (189,82,127). Sum of RGB (Red+Green+Blue) = 189+82+127=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD527F is #42AD80. Grayscale: #777777. Windows color (decimal): -4369793 or 8344253. OLE color: 8344253.

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

Color convert

RGB 189 82 127 -
CMYK 0 0.57 0.33 0.26
HSL 334.77º 0.45% 0.53% -
HSV(B) 334.77º 0.57% 0.74% -
XYZ 27.83 18.39 22.16 -
YUV 119.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 189 82 127 0 0.57 0.33 0.26 334.77 0.45 0.53
Hex BD 52 7F 0 39 21 1A 14F 2D 35
Octal 275 122 177 0 71 41 32 517 55 65
Binary 10111101 1010010 1111111 0 111001 100001 11010 101001111 101101 110101

Color Harmonies of #BD527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD527F

Black with #BD527F

Text Example


Text Example

White with #BD527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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