Html Css Color HEX #BC527E Royal Heath

📋 copy color: '#BC527E'

red 188 ◦ green 82 ◦ blue 126

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

Shades of Royal Heath #BC527E

Tints of Royal Heath #BC527E

RGB

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

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

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

R = 47.47%
G = 20.71%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC527E (or 0xBC527E) is known color: Royal Heath. HEX triplet: BC, 52 and 7E. RGB value is (188,82,126). Sum of RGB (Red+Green+Blue) = 188+82+126=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC527E is #43AD81. Grayscale: #767676. Windows color (decimal): -4435330 or 8278716. OLE color: 8278716.

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

Color convert

RGB 188 82 126 -
CMYK 0 0.56 0.33 0.26
HSL 335.09º 0.44% 0.53% -
HSV(B) 335.09º 0.56% 0.74% -
XYZ 27.52 18.23 21.81 -
YUV 118.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 188 82 126 0 0.56 0.33 0.26 335.09 0.44 0.53
Hex BC 52 7E 0 38 21 1A 14F 2C 35
Octal 274 122 176 0 70 41 32 517 54 65
Binary 10111100 1010010 1111110 0 111000 100001 11010 101001111 101100 110101

Color Harmonies of #BC527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC527E

Black with #BC527E

Text Example


Text Example

White with #BC527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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