Html Css Color HEX #BC4179 Royal Heath

📋 copy color: '#BC4179'

red 188 ◦ green 65 ◦ blue 121

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

Shades of Royal Heath #BC4179

Tints of Royal Heath #BC4179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 50.27%
G = 17.38%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4179 (or 0xBC4179) is known color: Royal Heath. HEX triplet: BC, 41 and 79. RGB value is (188,65,121). Sum of RGB (Red+Green+Blue) = 188+65+121=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4179 is #43BE86. Grayscale: #6C6C6C. Windows color (decimal): -4439687 or 7946684. OLE color: 7946684.

HSL color Cylindrical-coordinate representation of color #BC4179: hue angle of 332.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4179 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 121 -
CMYK 0 0.65 0.36 0.26
HSL 332.68º 0.49% 0.5% -
HSV(B) 332.68º 0.65% 0.74% -
XYZ 26.08 15.85 19.77 -
YUV 108.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 188 65 121 0 0.65 0.36 0.26 332.68 0.49 0.5
Hex BC 41 79 0 41 24 1A 14D 31 32
Octal 274 101 171 0 101 44 32 515 61 62
Binary 10111100 1000001 1111001 0 1000001 100100 11010 101001101 110001 110010

Color Harmonies of #BC4179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4179

Black with #BC4179

Text Example


Text Example

White with #BC4179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4179; }

 p { color: rgb(188,65,121); }

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

background-color css

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

 a { background-color: rgb(188,65,121); }

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

border-color css

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

 span { border-color: rgb(188,65,121); }

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