Html Css Color HEX #BF527C Royal Heath

📋 copy color: '#BF527C'

red 191 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #BF527C

Tints of Royal Heath #BF527C

RGB

 RED value IS 191 (75% from 255) = 48.11%

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

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

R = 48.11%
G = 20.65%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF527C (or 0xBF527C) is known color: Royal Heath. HEX triplet: BF, 52 and 7C. RGB value is (191,82,124). Sum of RGB (Red+Green+Blue) = 191+82+124=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF527C is #40AD83. Grayscale: #777777. Windows color (decimal): -4238724 or 8147647. OLE color: 8147647.

HSL color Cylindrical-coordinate representation of color #BF527C: hue angle of 336.88º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF527C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 82 124 -
CMYK 0 0.57 0.35 0.25
HSL 336.88º 0.46% 0.54% -
HSV(B) 336.88º 0.57% 0.75% -
XYZ 28.14 18.57 21.17 -
YUV 119.38 130.61 179.08 -
System Red Green Blue C M Y K H S L
Decimal 191 82 124 0 0.57 0.35 0.25 336.88 0.46 0.54
Hex BF 52 7C 0 39 23 19 151 2E 36
Octal 277 122 174 0 71 43 31 521 56 66
Binary 10111111 1010010 1111100 0 111001 100011 11001 101010001 101110 110110

Color Harmonies of #BF527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF527C

Black with #BF527C

Text Example


Text Example

White with #BF527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF527C; }

 p { color: rgb(191,82,124); }

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

background-color css

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

 a { background-color: rgb(191,82,124); }

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

border-color css

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

 span { border-color: rgb(191,82,124); }

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