Html Css Color HEX #BC5271 Royal Heath

📋 copy color: '#BC5271'

red 188 ◦ green 82 ◦ blue 113

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

Shades of Royal Heath #BC5271

Tints of Royal Heath #BC5271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.5%

R = 49.09%
G = 21.41%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC5271 (or 0xBC5271) is known color: Royal Heath. HEX triplet: BC, 52 and 71. RGB value is (188,82,113). Sum of RGB (Red+Green+Blue) = 188+82+113=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5271 is #43AD8E. Grayscale: #757575. Windows color (decimal): -4435343 or 7426748. OLE color: 7426748.

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

Color convert

RGB 188 82 113 -
CMYK 0 0.56 0.40 0.26
HSL 342.45º 0.44% 0.53% -
HSV(B) 342.45º 0.56% 0.74% -
XYZ 26.74 17.92 17.67 -
YUV 117.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 188 82 113 0 0.56 0.40 0.26 342.45 0.44 0.53
Hex BC 52 71 0 38 28 1A 156 2C 35
Octal 274 122 161 0 70 50 32 526 54 65
Binary 10111100 1010010 1110001 0 111000 101000 11010 101010110 101100 110101

Color Harmonies of #BC5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5271

Black with #BC5271

Text Example


Text Example

White with #BC5271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5271; }

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

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

background-color css

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

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

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

border-color css

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

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

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