Html Css Color HEX #BC5C7A Royal Heath

📋 copy color: '#BC5C7A'

red 188 ◦ green 92 ◦ blue 122

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

Shades of Royal Heath #BC5C7A

Tints of Royal Heath #BC5C7A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

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

R = 46.77%
G = 22.89%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC5C7A (or 0xBC5C7A) is known color: Royal Heath. HEX triplet: BC, 5C and 7A. RGB value is (188,92,122). Sum of RGB (Red+Green+Blue) = 188+92+122=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C7A is #43A385. Grayscale: #7C7C7C. Windows color (decimal): -4432774 or 8019132. OLE color: 8019132.

HSL color Cylindrical-coordinate representation of color #BC5C7A: hue angle of 341.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5C7A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 92 122 -
CMYK 0 0.51 0.35 0.26
HSL 341.25º 0.42% 0.55% -
HSV(B) 341.25º 0.51% 0.74% -
XYZ 28.08 19.75 20.74 -
YUV 124.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 188 92 122 0 0.51 0.35 0.26 341.25 0.42 0.55
Hex BC 5C 7A 0 33 23 1A 155 2A 37
Octal 274 134 172 0 63 43 32 525 52 67
Binary 10111100 1011100 1111010 0 110011 100011 11010 101010101 101010 110111

Color Harmonies of #BC5C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C7A

Black with #BC5C7A

Text Example


Text Example

White with #BC5C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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