Html Css Color HEX #BC5B7E Royal Heath

📋 copy color: '#BC5B7E'

red 188 ◦ green 91 ◦ blue 126

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

Shades of Royal Heath #BC5B7E

Tints of Royal Heath #BC5B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.47%

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

R = 46.42%
G = 22.47%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC5B7E (or 0xBC5B7E) is known color: Royal Heath. HEX triplet: BC, 5B and 7E. RGB value is (188,91,126). Sum of RGB (Red+Green+Blue) = 188+91+126=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B7E is #43A481. Grayscale: #7B7B7B. Windows color (decimal): -4433026 or 8281020. OLE color: 8281020.

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

Color convert

RGB 188 91 126 -
CMYK 0 0.52 0.33 0.26
HSL 338.35º 0.42% 0.55% -
HSV(B) 338.35º 0.52% 0.74% -
XYZ 28.25 19.68 22.05 -
YUV 123.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 188 91 126 0 0.52 0.33 0.26 338.35 0.42 0.55
Hex BC 5B 7E 0 34 21 1A 152 2A 37
Octal 274 133 176 0 64 41 32 522 52 67
Binary 10111100 1011011 1111110 0 110100 100001 11010 101010010 101010 110111

Color Harmonies of #BC5B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B7E

Black with #BC5B7E

Text Example


Text Example

White with #BC5B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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