Html Css Color HEX #BC527B Royal Heath

📋 copy color: '#BC527B'

red 188 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #BC527B

Tints of Royal Heath #BC527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 47.84%
G = 20.87%
B = 31.3%

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

#BC527B (or 0xBC527B) is known color: Royal Heath. HEX triplet: BC, 52 and 7B. RGB value is (188,82,123). Sum of RGB (Red+Green+Blue) = 188+82+123=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC527B is #43AD84. Grayscale: #767676. Windows color (decimal): -4435333 or 8082108. OLE color: 8082108.

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

Color convert

RGB 188 82 123 -
CMYK 0 0.56 0.35 0.26
HSL 336.79º 0.44% 0.53% -
HSV(B) 336.79º 0.56% 0.74% -
XYZ 27.33 18.16 20.8 -
YUV 118.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 188 82 123 0 0.56 0.35 0.26 336.79 0.44 0.53
Hex BC 52 7B 0 38 23 1A 151 2C 35
Octal 274 122 173 0 70 43 32 521 54 65
Binary 10111100 1010010 1111011 0 111000 100011 11010 101010001 101100 110101

Color Harmonies of #BC527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC527B

Black with #BC527B

Text Example


Text Example

White with #BC527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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