Html Css Color HEX #BC527D Royal Heath

📋 copy color: '#BC527D'

red 188 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #BC527D

Tints of Royal Heath #BC527D

RGB

 RED value IS 188 (73.83% from 255) = 47.59%

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

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

R = 47.59%
G = 20.76%
B = 31.65%

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

#BC527D (or 0xBC527D) is known color: Royal Heath. HEX triplet: BC, 52 and 7D. RGB value is (188,82,125). Sum of RGB (Red+Green+Blue) = 188+82+125=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC527D is #43AD82. Grayscale: #767676. Windows color (decimal): -4435331 or 8213180. OLE color: 8213180.

HSL color Cylindrical-coordinate representation of color #BC527D: hue angle of 335.66º degrees, saturation: 0.44, 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 #BC527D is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 125 -
CMYK 0 0.56 0.34 0.26
HSL 335.66º 0.44% 0.53% -
HSV(B) 335.66º 0.56% 0.74% -
XYZ 27.46 18.21 21.47 -
YUV 118.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 188 82 125 0 0.56 0.34 0.26 335.66 0.44 0.53
Hex BC 52 7D 0 38 22 1A 150 2C 35
Octal 274 122 175 0 70 42 32 520 54 65
Binary 10111100 1010010 1111101 0 111000 100010 11010 101010000 101100 110101

Color Harmonies of #BC527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC527D

Black with #BC527D

Text Example


Text Example

White with #BC527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC527D; }

 p { color: rgb(188,82,125); }

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

background-color css

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

 a { background-color: rgb(188,82,125); }

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

border-color css

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

 span { border-color: rgb(188,82,125); }

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