Html Css Color HEX #BC527A Royal Heath

📋 copy color: '#BC527A'

red 188 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #BC527A

Tints of Royal Heath #BC527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 47.96%
G = 20.92%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC527A (or 0xBC527A) is known color: Royal Heath. HEX triplet: BC, 52 and 7A. RGB value is (188,82,122). Sum of RGB (Red+Green+Blue) = 188+82+122=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC527A is #43AD85. Grayscale: #767676. Windows color (decimal): -4435334 or 8016572. OLE color: 8016572.

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

Color convert

RGB 188 82 122 -
CMYK 0 0.56 0.35 0.26
HSL 337.36º 0.44% 0.53% -
HSV(B) 337.36º 0.56% 0.74% -
XYZ 27.27 18.13 20.47 -
YUV 118.25 130.12 177.75 -
System Red Green Blue C M Y K H S L
Decimal 188 82 122 0 0.56 0.35 0.26 337.36 0.44 0.53
Hex BC 52 7A 0 38 23 1A 151 2C 35
Octal 274 122 172 0 70 43 32 521 54 65
Binary 10111100 1010010 1111010 0 111000 100011 11010 101010001 101100 110101

Color Harmonies of #BC527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC527A

Black with #BC527A

Text Example


Text Example

White with #BC527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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