Html Css Color HEX #BC4170 Royal Heath

📋 copy color: '#BC4170'

red 188 ◦ green 65 ◦ blue 112

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

Shades of Royal Heath #BC4170

Tints of Royal Heath #BC4170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 51.51%
G = 17.81%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC4170 (or 0xBC4170) is known color: Royal Heath. HEX triplet: BC, 41 and 70. RGB value is (188,65,112). Sum of RGB (Red+Green+Blue) = 188+65+112=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4170 is #43BE8F. Grayscale: #6B6B6B. Windows color (decimal): -4439696 or 7356860. OLE color: 7356860.

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

Color convert

RGB 188 65 112 -
CMYK 0 0.65 0.40 0.26
HSL 337.07º 0.49% 0.5% -
HSV(B) 337.07º 0.65% 0.74% -
XYZ 25.55 15.64 17 -
YUV 107.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 188 65 112 0 0.65 0.40 0.26 337.07 0.49 0.5
Hex BC 41 70 0 41 28 1A 151 31 32
Octal 274 101 160 0 101 50 32 521 61 62
Binary 10111100 1000001 1110000 0 1000001 101000 11010 101010001 110001 110010

Color Harmonies of #BC4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4170

Black with #BC4170

Text Example


Text Example

White with #BC4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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